Html Css Color HEX #AB6413 Golden Brown

📋 copy color: '#AB6413'

red 171 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #AB6413

Tints of Golden Brown #AB6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 58.97%
G = 34.48%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB6413 (or 0xAB6413) is known color: Golden Brown. HEX triplet: AB, 64 and 13. RGB value is (171,100,19). Sum of RGB (Red+Green+Blue) = 171+100+19=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6413 is #549BEC. Grayscale: #707070. Windows color (decimal): -5544941 or 1270955. OLE color: 1270955.

HSL color Cylindrical-coordinate representation of color #AB6413: hue angle of 31.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB6413 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 19 -
CMYK 0 0.42 0.89 0.33
HSL 31.97º 0.8% 0.37% -
HSV(B) 31.97º 0.89% 0.67% -
XYZ 21.47 17.82 2.92 -
YUV 112 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 171 100 19 0 0.42 0.89 0.33 31.97 0.8 0.37
Hex AB 64 13 0 2A 59 21 20 50 25
Octal 253 144 23 0 52 131 41 40 120 45
Binary 10101011 1100100 10011 0 101010 1011001 100001 100000 1010000 100101

Color Harmonies of #AB6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6413

Black with #AB6413

Text Example


Text Example

White with #AB6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6413; }

 p { color: rgb(171,100,19); }

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

background-color css

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

 a { background-color: rgb(171,100,19); }

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

border-color css

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

 span { border-color: rgb(171,100,19); }

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