Html Css Color HEX #AB6313 Golden Brown

📋 copy color: '#AB6313'

red 171 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #AB6313

Tints of Golden Brown #AB6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

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

R = 59.17%
G = 34.26%
B = 6.57%

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

#AB6313 (or 0xAB6313) is known color: Golden Brown. HEX triplet: AB, 63 and 13. RGB value is (171,99,19). Sum of RGB (Red+Green+Blue) = 171+99+19=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6313 is #549CEC. Grayscale: #6F6F6F. Windows color (decimal): -5545197 or 1270699. OLE color: 1270699.

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

Color convert

RGB 171 99 19 -
CMYK 0 0.42 0.89 0.33
HSL 31.58º 0.8% 0.37% -
HSV(B) 31.58º 0.89% 0.67% -
XYZ 21.37 17.63 2.89 -
YUV 111.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 171 99 19 0 0.42 0.89 0.33 31.58 0.8 0.37
Hex AB 63 13 0 2A 59 21 20 50 25
Octal 253 143 23 0 52 131 41 40 120 45
Binary 10101011 1100011 10011 0 101010 1011001 100001 100000 1010000 100101

Color Harmonies of #AB6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6313

Black with #AB6313

Text Example


Text Example

White with #AB6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6313; }

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

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

background-color css

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

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

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

border-color css

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

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

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