Html Css Color HEX #AB570D Golden Brown

📋 copy color: '#AB570D'

red 171 ◦ green 87 ◦ blue 13

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

Shades of Golden Brown #AB570D

Tints of Golden Brown #AB570D

RGB

 RED value IS 171 (67.19% from 255) = 63.1%

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

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

R = 63.1%
G = 32.1%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB570D (or 0xAB570D) is known color: Golden Brown. HEX triplet: AB, 57 and 0D. RGB value is (171,87,13). Sum of RGB (Red+Green+Blue) = 171+87+13=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB570D is #54A8F2. Grayscale: #686868. Windows color (decimal): -5548275 or 874411. OLE color: 874411.

HSL color Cylindrical-coordinate representation of color #AB570D: hue angle of 28.1º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB570D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 87 13 -
CMYK 0 0.49 0.92 0.33
HSL 28.1º 0.86% 0.36% -
HSV(B) 28.1º 0.92% 0.67% -
XYZ 20.28 15.5 2.3 -
YUV 103.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 171 87 13 0 0.49 0.92 0.33 28.1 0.86 0.36
Hex AB 57 D 0 31 5C 21 1C 56 24
Octal 253 127 15 0 61 134 41 34 126 44
Binary 10101011 1010111 1101 0 110001 1011100 100001 11100 1010110 100100

Color Harmonies of #AB570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB570D

Black with #AB570D

Text Example


Text Example

White with #AB570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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