Html Css Color HEX #A45A17 Golden Brown

📋 copy color: '#A45A17'

red 164 ◦ green 90 ◦ blue 23

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

Shades of Golden Brown #A45A17

Tints of Golden Brown #A45A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

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

R = 59.21%
G = 32.49%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A45A17 (or 0xA45A17) is known color: Golden Brown. HEX triplet: A4, 5A and 17. RGB value is (164,90,23). Sum of RGB (Red+Green+Blue) = 164+90+23=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A17 is #5BA5E8. Grayscale: #686868. Windows color (decimal): -6006249 or 1530532. OLE color: 1530532.

HSL color Cylindrical-coordinate representation of color #A45A17: hue angle of 28.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A45A17 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 90 23 -
CMYK 0 0.45 0.86 0.36
HSL 28.51º 0.75% 0.37% -
HSV(B) 28.51º 0.86% 0.64% -
XYZ 19.12 15.27 2.75 -
YUV 104.49 82.02 170.45 -
System Red Green Blue C M Y K H S L
Decimal 164 90 23 0 0.45 0.86 0.36 28.51 0.75 0.37
Hex A4 5A 17 0 2D 56 24 1D 4B 25
Octal 244 132 27 0 55 126 44 35 113 45
Binary 10100100 1011010 10111 0 101101 1010110 100100 11101 1001011 100101

Color Harmonies of #A45A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A17

Black with #A45A17

Text Example


Text Example

White with #A45A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A17; }

 p { color: rgb(164,90,23); }

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

background-color css

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

 a { background-color: rgb(164,90,23); }

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

border-color css

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

 span { border-color: rgb(164,90,23); }

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