Html Css Color HEX #A45605 Golden Brown

📋 copy color: '#A45605'

red 164 ◦ green 86 ◦ blue 5

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

Shades of Golden Brown #A45605

Tints of Golden Brown #A45605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 64.31%
G = 33.73%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A45605 (or 0xA45605) is known color: Golden Brown. HEX triplet: A4, 56 and 05. RGB value is (164,86,5). Sum of RGB (Red+Green+Blue) = 164+86+5=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A45605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45605 is #5BA9FA. Grayscale: #646464. Windows color (decimal): -6007291 or 349860. OLE color: 349860.

HSL color Cylindrical-coordinate representation of color #A45605: hue angle of 30.57º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A45605 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 5 -
CMYK 0 0.48 0.97 0.36
HSL 30.57º 0.94% 0.33% -
HSV(B) 30.57º 0.97% 0.64% -
XYZ 18.67 14.56 1.97 -
YUV 100.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 164 86 5 0 0.48 0.97 0.36 30.57 0.94 0.33
Hex A4 56 5 0 30 61 24 1F 5E 21
Octal 244 126 5 0 60 141 44 37 136 41
Binary 10100100 1010110 101 0 110000 1100001 100100 11111 1011110 100001

Color Harmonies of #A45605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45605

Black with #A45605

Text Example


Text Example

White with #A45605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45605; }

 p { color: rgb(164,86,5); }

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

background-color css

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

 a { background-color: rgb(164,86,5); }

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

border-color css

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

 span { border-color: rgb(164,86,5); }

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