Html Css Color HEX #A55F05 Golden Brown

📋 copy color: '#A55F05'

red 165 ◦ green 95 ◦ blue 5

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

Shades of Golden Brown #A55F05

Tints of Golden Brown #A55F05

RGB

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

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

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

R = 62.26%
G = 35.85%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A55F05 (or 0xA55F05) is known color: Golden Brown. HEX triplet: A5, 5F and 05. RGB value is (165,95,5). Sum of RGB (Red+Green+Blue) = 165+95+5=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F05 is #5AA0FA. Grayscale: #6A6A6A. Windows color (decimal): -5939451 or 352165. OLE color: 352165.

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

Color convert

RGB 165 95 5 -
CMYK 0 0.42 0.97 0.35
HSL 33.75º 0.94% 0.33% -
HSV(B) 33.75º 0.97% 0.65% -
XYZ 19.64 16.19 2.23 -
YUV 105.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 165 95 5 0 0.42 0.97 0.35 33.75 0.94 0.33
Hex A5 5F 5 0 2A 61 23 22 5E 21
Octal 245 137 5 0 52 141 43 42 136 41
Binary 10100101 1011111 101 0 101010 1100001 100011 100010 1011110 100001

Color Harmonies of #A55F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F05

Black with #A55F05

Text Example


Text Example

White with #A55F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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