Html Css Color HEX #A45F04 Golden Brown

📋 copy color: '#A45F04'

red 164 ◦ green 95 ◦ blue 4

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

Shades of Golden Brown #A45F04

Tints of Golden Brown #A45F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 62.36%
G = 36.12%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A45F04 (or 0xA45F04) is known color: Golden Brown. HEX triplet: A4, 5F and 04. RGB value is (164,95,4). Sum of RGB (Red+Green+Blue) = 164+95+4=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45F04 is #5BA0FB. Grayscale: #696969. Windows color (decimal): -6004988 or 286628. OLE color: 286628.

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

Color convert

RGB 164 95 4 -
CMYK 0 0.42 0.98 0.36
HSL 34.13º 0.95% 0.33% -
HSV(B) 34.13º 0.98% 0.64% -
XYZ 19.42 16.09 2.2 -
YUV 105.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 164 95 4 0 0.42 0.98 0.36 34.13 0.95 0.33
Hex A4 5F 4 0 2A 62 24 22 5F 21
Octal 244 137 4 0 52 142 44 42 137 41
Binary 10100100 1011111 100 0 101010 1100010 100100 100010 1011111 100001

Color Harmonies of #A45F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F04

Black with #A45F04

Text Example


Text Example

White with #A45F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F04; }

 p { color: rgb(164,95,4); }

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

background-color css

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

 a { background-color: rgb(164,95,4); }

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

border-color css

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

 span { border-color: rgb(164,95,4); }

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