Html Css Color HEX #AB580D Golden Brown

📋 copy color: '#AB580D'

red 171 ◦ green 88 ◦ blue 13

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

Shades of Golden Brown #AB580D

Tints of Golden Brown #AB580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

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

R = 62.87%
G = 32.35%
B = 4.78%

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

#AB580D (or 0xAB580D) is known color: Golden Brown. HEX triplet: AB, 58 and 0D. RGB value is (171,88,13). Sum of RGB (Red+Green+Blue) = 171+88+13=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB580D is #54A7F2. Grayscale: #686868. Windows color (decimal): -5548019 or 874667. OLE color: 874667.

HSL color Cylindrical-coordinate representation of color #AB580D: hue angle of 28.48º 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 #AB580D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 88 13 -
CMYK 0 0.49 0.92 0.33
HSL 28.48º 0.86% 0.36% -
HSV(B) 28.48º 0.92% 0.67% -
XYZ 20.36 15.67 2.33 -
YUV 104.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 171 88 13 0 0.49 0.92 0.33 28.48 0.86 0.36
Hex AB 58 D 0 31 5C 21 1C 56 24
Octal 253 130 15 0 61 134 41 34 126 44
Binary 10101011 1011000 1101 0 110001 1011100 100001 11100 1010110 100100

Color Harmonies of #AB580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB580D

Black with #AB580D

Text Example


Text Example

White with #AB580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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