Html Css Color HEX #A75F17 Golden Brown

📋 copy color: '#A75F17'

red 167 ◦ green 95 ◦ blue 23

#A75F17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A75F17

Tints of Golden Brown #A75F17

RGB

 RED value IS 167 (65.63% from 255) = 58.6%

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 58.6%
G = 33.33%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A75F17 (or 0xA75F17) is known color: Golden Brown. HEX triplet: A7, 5F and 17. RGB value is (167,95,23). Sum of RGB (Red+Green+Blue) = 167+95+23=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75F17 is #58A0E8. Grayscale: #6C6C6C. Windows color (decimal): -5808361 or 1531815. OLE color: 1531815.

HSL color Cylindrical-coordinate representation of color #A75F17: hue angle of 30º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A75F17 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 95 23 -
CMYK 0 0.43 0.86 0.35
HSL 30º 0.76% 0.37% -
HSV(B) 30º 0.86% 0.65% -
XYZ 20.18 16.46 2.92 -
YUV 108.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 167 95 23 0 0.43 0.86 0.35 30 0.76 0.37
Hex A7 5F 17 0 2B 56 23 1E 4C 25
Octal 247 137 27 0 53 126 43 36 114 45
Binary 10100111 1011111 10111 0 101011 1010110 100011 11110 1001100 100101

Color Harmonies of #A75F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F17

Black with #A75F17

Text Example


Text Example

White with #A75F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F17; }

 p { color: rgb(167,95,23); }

 H1.HeaderClassName
 {
   color: #A75F17;
 }
 .AnyTagClassName
 {
   color: #A75F17;
 }
</style>

background-color css

<style>
 a { background-color: #A75F17; }

 a { background-color: rgb(167,95,23); }

 div.DivClassName
 {
   background-color: #A75F17;
 }
 .BgClassName
 {
   background-color: #A75F17;
 }
</style>

border-color css

<style>
 span { border-color: #A75F17; }

 span { border-color: rgb(167,95,23); }

 td.TdClassName
 {
   border-color: #A75F17;
 }
 .TagClassName
 {
   border-color: #A75F17;
 }
</style>