Html Css Color HEX #A55F04 Golden Brown

📋 copy color: '#A55F04'

red 165 ◦ green 95 ◦ blue 4

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

Shades of Golden Brown #A55F04

Tints of Golden Brown #A55F04

RGB

 RED value IS 165 (64.84% from 255) = 62.5%

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

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

R = 62.5%
G = 35.98%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A55F04 (or 0xA55F04) is known color: Golden Brown. HEX triplet: A5, 5F and 04. RGB value is (165,95,4). Sum of RGB (Red+Green+Blue) = 165+95+4=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F04 is #5AA0FB. Grayscale: #696969. Windows color (decimal): -5939452 or 286629. OLE color: 286629.

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

Color convert

RGB 165 95 4 -
CMYK 0 0.42 0.98 0.35
HSL 33.91º 0.95% 0.33% -
HSV(B) 33.91º 0.98% 0.65% -
XYZ 19.63 16.19 2.21 -
YUV 105.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 165 95 4 0 0.42 0.98 0.35 33.91 0.95 0.33
Hex A5 5F 4 0 2A 62 23 22 5F 21
Octal 245 137 4 0 52 142 43 42 137 41
Binary 10100101 1011111 100 0 101010 1100010 100011 100010 1011111 100001

Color Harmonies of #A55F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F04

Black with #A55F04

Text Example


Text Example

White with #A55F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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