Html Css Color HEX #A5570D Golden Brown

📋 copy color: '#A5570D'

red 165 ◦ green 87 ◦ blue 13

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

Shades of Golden Brown #A5570D

Tints of Golden Brown #A5570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 62.26%
G = 32.83%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5570D (or 0xA5570D) is known color: Golden Brown. HEX triplet: A5, 57 and 0D. RGB value is (165,87,13). Sum of RGB (Red+Green+Blue) = 165+87+13=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5570D is #5AA8F2. Grayscale: #666666. Windows color (decimal): -5941491 or 874405. OLE color: 874405.

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

Color convert

RGB 165 87 13 -
CMYK 0 0.47 0.92 0.35
HSL 29.21º 0.85% 0.35% -
HSV(B) 29.21º 0.92% 0.65% -
XYZ 19 14.84 2.24 -
YUV 101.89 77.84 173.02 -
System Red Green Blue C M Y K H S L
Decimal 165 87 13 0 0.47 0.92 0.35 29.21 0.85 0.35
Hex A5 57 D 0 2F 5C 23 1D 55 23
Octal 245 127 15 0 57 134 43 35 125 43
Binary 10100101 1010111 1101 0 101111 1011100 100011 11101 1010101 100011

Color Harmonies of #A5570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5570D

Black with #A5570D

Text Example


Text Example

White with #A5570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5570D; }

 p { color: rgb(165,87,13); }

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

background-color css

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

 a { background-color: rgb(165,87,13); }

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

border-color css

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

 span { border-color: rgb(165,87,13); }

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