Html Css Color HEX #A47510 Golden Brown

📋 copy color: '#A47510'

red 164 ◦ green 117 ◦ blue 16

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

Shades of Golden Brown #A47510

Tints of Golden Brown #A47510

RGB

 RED value IS 164 (64.45% from 255) = 55.22%

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 55.22%
G = 39.39%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A47510 (or 0xA47510) is known color: Golden Brown. HEX triplet: A4, 75 and 10. RGB value is (164,117,16). Sum of RGB (Red+Green+Blue) = 164+117+16=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A47510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47510 is #5B8AEF. Grayscale: #777777. Windows color (decimal): -5999344 or 1078692. OLE color: 1078692.

HSL color Cylindrical-coordinate representation of color #A47510: hue angle of 40.95º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A47510 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 117 16 -
CMYK 0 0.29 0.90 0.36
HSL 40.95º 0.82% 0.35% -
HSV(B) 40.95º 0.9% 0.64% -
XYZ 21.76 20.65 3.33 -
YUV 119.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 164 117 16 0 0.29 0.90 0.36 40.95 0.82 0.35
Hex A4 75 10 0 1D 5A 24 29 52 23
Octal 244 165 20 0 35 132 44 51 122 43
Binary 10100100 1110101 10000 0 11101 1011010 100100 101001 1010010 100011

Color Harmonies of #A47510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47510

Black with #A47510

Text Example


Text Example

White with #A47510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47510; }

 p { color: rgb(164,117,16); }

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

background-color css

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

 a { background-color: rgb(164,117,16); }

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

border-color css

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

 span { border-color: rgb(164,117,16); }

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