Html Css Color HEX #A45306 Golden Brown

📋 copy color: '#A45306'

red 164 ◦ green 83 ◦ blue 6

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

Shades of Golden Brown #A45306

Tints of Golden Brown #A45306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 64.82%
G = 32.81%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A45306 (or 0xA45306) is known color: Golden Brown. HEX triplet: A4, 53 and 06. RGB value is (164,83,6). Sum of RGB (Red+Green+Blue) = 164+83+6=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A45306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45306 is #5BACF9. Grayscale: #626262. Windows color (decimal): -6008058 or 414628. OLE color: 414628.

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

Color convert

RGB 164 83 6 -
CMYK 0 0.49 0.96 0.36
HSL 29.24º 0.93% 0.33% -
HSV(B) 29.24º 0.96% 0.64% -
XYZ 18.44 14.09 1.92 -
YUV 98.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 164 83 6 0 0.49 0.96 0.36 29.24 0.93 0.33
Hex A4 53 6 0 31 60 24 1D 5D 21
Octal 244 123 6 0 61 140 44 35 135 41
Binary 10100100 1010011 110 0 110001 1100000 100100 11101 1011101 100001

Color Harmonies of #A45306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45306

Black with #A45306

Text Example


Text Example

White with #A45306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45306; }

 p { color: rgb(164,83,6); }

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

background-color css

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

 a { background-color: rgb(164,83,6); }

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

border-color css

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

 span { border-color: rgb(164,83,6); }

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