Html Css Color HEX #AB6113 Golden Brown

📋 copy color: '#AB6113'

red 171 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #AB6113

Tints of Golden Brown #AB6113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 59.58%
G = 33.8%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB6113 (or 0xAB6113) is known color: Golden Brown. HEX triplet: AB, 61 and 13. RGB value is (171,97,19). Sum of RGB (Red+Green+Blue) = 171+97+19=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6113 is #549EEC. Grayscale: #6E6E6E. Windows color (decimal): -5545709 or 1270187. OLE color: 1270187.

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

Color convert

RGB 171 97 19 -
CMYK 0 0.43 0.89 0.33
HSL 30.79º 0.8% 0.37% -
HSV(B) 30.79º 0.89% 0.67% -
XYZ 21.19 17.25 2.83 -
YUV 110.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 171 97 19 0 0.43 0.89 0.33 30.79 0.8 0.37
Hex AB 61 13 0 2B 59 21 1F 50 25
Octal 253 141 23 0 53 131 41 37 120 45
Binary 10101011 1100001 10011 0 101011 1011001 100001 11111 1010000 100101

Color Harmonies of #AB6113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6113

Black with #AB6113

Text Example


Text Example

White with #AB6113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6113; }

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

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

background-color css

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

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

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

border-color css

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

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

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