Html Css Color HEX #AB6915 Golden Brown

📋 copy color: '#AB6915'

red 171 ◦ green 105 ◦ blue 21

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

Shades of Golden Brown #AB6915

Tints of Golden Brown #AB6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 57.58%
G = 35.35%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB6915 (or 0xAB6915) is known color: Golden Brown. HEX triplet: AB, 69 and 15. RGB value is (171,105,21). Sum of RGB (Red+Green+Blue) = 171+105+21=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6915 is #5496EA. Grayscale: #737373. Windows color (decimal): -5543659 or 1403307. OLE color: 1403307.

HSL color Cylindrical-coordinate representation of color #AB6915: hue angle of 33.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB6915 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 21 -
CMYK 0 0.39 0.88 0.33
HSL 33.6º 0.78% 0.38% -
HSV(B) 33.6º 0.88% 0.67% -
XYZ 21.98 18.82 3.18 -
YUV 115.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 171 105 21 0 0.39 0.88 0.33 33.6 0.78 0.38
Hex AB 69 15 0 27 58 21 22 4E 26
Octal 253 151 25 0 47 130 41 42 116 46
Binary 10101011 1101001 10101 0 100111 1011000 100001 100010 1001110 100110

Color Harmonies of #AB6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6915

Black with #AB6915

Text Example


Text Example

White with #AB6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6915; }

 p { color: rgb(171,105,21); }

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

background-color css

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

 a { background-color: rgb(171,105,21); }

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

border-color css

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

 span { border-color: rgb(171,105,21); }

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