Html Css Color HEX #AB6311 Golden Brown

📋 copy color: '#AB6311'

red 171 ◦ green 99 ◦ blue 17

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

Shades of Golden Brown #AB6311

Tints of Golden Brown #AB6311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 59.58%
G = 34.49%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB6311 (or 0xAB6311) is known color: Golden Brown. HEX triplet: AB, 63 and 11. RGB value is (171,99,17). Sum of RGB (Red+Green+Blue) = 171+99+17=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6311 is #549CEE. Grayscale: #6F6F6F. Windows color (decimal): -5545199 or 1139627. OLE color: 1139627.

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

Color convert

RGB 171 99 17 -
CMYK 0 0.42 0.90 0.33
HSL 31.95º 0.82% 0.37% -
HSV(B) 31.95º 0.9% 0.67% -
XYZ 21.36 17.62 2.81 -
YUV 111.18 74.85 170.67 -
System Red Green Blue C M Y K H S L
Decimal 171 99 17 0 0.42 0.90 0.33 31.95 0.82 0.37
Hex AB 63 11 0 2A 5A 21 20 52 25
Octal 253 143 21 0 52 132 41 40 122 45
Binary 10101011 1100011 10001 0 101010 1011010 100001 100000 1010010 100101

Color Harmonies of #AB6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6311

Black with #AB6311

Text Example


Text Example

White with #AB6311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6311; }

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

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

background-color css

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

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

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

border-color css

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

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

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