Html Css Color HEX #A5601A Golden Brown

📋 copy color: '#A5601A'

red 165 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #A5601A

Tints of Golden Brown #A5601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 57.49%
G = 33.45%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5601A (or 0xA5601A) is known color: Golden Brown. HEX triplet: A5, 60 and 1A. RGB value is (165,96,26). Sum of RGB (Red+Green+Blue) = 165+96+26=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A5601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5601A is #5A9FE5. Grayscale: #6D6D6D. Windows color (decimal): -5939174 or 1728677. OLE color: 1728677.

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

Color convert

RGB 165 96 26 -
CMYK 0 0.42 0.84 0.35
HSL 30.22º 0.73% 0.37% -
HSV(B) 30.22º 0.84% 0.65% -
XYZ 19.89 16.44 3.1 -
YUV 108.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 165 96 26 0 0.42 0.84 0.35 30.22 0.73 0.37
Hex A5 60 1A 0 2A 54 23 1E 49 25
Octal 245 140 32 0 52 124 43 36 111 45
Binary 10100101 1100000 11010 0 101010 1010100 100011 11110 1001001 100101

Color Harmonies of #A5601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5601A

Black with #A5601A

Text Example


Text Example

White with #A5601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5601A; }

 p { color: rgb(165,96,26); }

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

background-color css

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

 a { background-color: rgb(165,96,26); }

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

border-color css

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

 span { border-color: rgb(165,96,26); }

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