Html Css Color HEX #A5611C Golden Brown

📋 copy color: '#A5611C'

red 165 ◦ green 97 ◦ blue 28

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

Shades of Golden Brown #A5611C

Tints of Golden Brown #A5611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 56.9%
G = 33.45%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A5611C (or 0xA5611C) is known color: Golden Brown. HEX triplet: A5, 61 and 1C. RGB value is (165,97,28). Sum of RGB (Red+Green+Blue) = 165+97+28=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5611C is #5A9EE3. Grayscale: #6D6D6D. Windows color (decimal): -5938916 or 1860005. OLE color: 1860005.

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

Color convert

RGB 165 97 28 -
CMYK 0 0.41 0.83 0.35
HSL 30.22º 0.71% 0.38% -
HSV(B) 30.22º 0.83% 0.65% -
XYZ 20 16.63 3.25 -
YUV 109.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 165 97 28 0 0.41 0.83 0.35 30.22 0.71 0.38
Hex A5 61 1C 0 29 53 23 1E 47 26
Octal 245 141 34 0 51 123 43 36 107 46
Binary 10100101 1100001 11100 0 101001 1010011 100011 11110 1000111 100110

Color Harmonies of #A5611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5611C

Black with #A5611C

Text Example


Text Example

White with #A5611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5611C; }

 p { color: rgb(165,97,28); }

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

background-color css

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

 a { background-color: rgb(165,97,28); }

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

border-color css

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

 span { border-color: rgb(165,97,28); }

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