Html Css Color HEX #A55F0C Golden Brown

📋 copy color: '#A55F0C'

red 165 ◦ green 95 ◦ blue 12

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

Shades of Golden Brown #A55F0C

Tints of Golden Brown #A55F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 60.66%
G = 34.93%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A55F0C (or 0xA55F0C) is known color: Golden Brown. HEX triplet: A5, 5F and 0C. RGB value is (165,95,12). Sum of RGB (Red+Green+Blue) = 165+95+12=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F0C is #5AA0F3. Grayscale: #6A6A6A. Windows color (decimal): -5939444 or 810917. OLE color: 810917.

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

Color convert

RGB 165 95 12 -
CMYK 0 0.42 0.93 0.35
HSL 32.55º 0.86% 0.35% -
HSV(B) 32.55º 0.93% 0.65% -
XYZ 19.68 16.21 2.44 -
YUV 106.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 165 95 12 0 0.42 0.93 0.35 32.55 0.86 0.35
Hex A5 5F C 0 2A 5D 23 21 56 23
Octal 245 137 14 0 52 135 43 41 126 43
Binary 10100101 1011111 1100 0 101010 1011101 100011 100001 1010110 100011

Color Harmonies of #A55F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F0C

Black with #A55F0C

Text Example


Text Example

White with #A55F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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