Html Css Color HEX #AB6415 Golden Brown

📋 copy color: '#AB6415'

red 171 ◦ green 100 ◦ blue 21

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

Shades of Golden Brown #AB6415

Tints of Golden Brown #AB6415

RGB

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

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

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

R = 58.56%
G = 34.25%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB6415 (or 0xAB6415) is known color: Golden Brown. HEX triplet: AB, 64 and 15. RGB value is (171,100,21). Sum of RGB (Red+Green+Blue) = 171+100+21=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6415 is #549BEA. Grayscale: #707070. Windows color (decimal): -5544939 or 1402027. OLE color: 1402027.

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

Color convert

RGB 171 100 21 -
CMYK 0 0.42 0.88 0.33
HSL 31.6º 0.78% 0.38% -
HSV(B) 31.6º 0.88% 0.67% -
XYZ 21.49 17.83 3.02 -
YUV 112.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 171 100 21 0 0.42 0.88 0.33 31.6 0.78 0.38
Hex AB 64 15 0 2A 58 21 20 4E 26
Octal 253 144 25 0 52 130 41 40 116 46
Binary 10101011 1100100 10101 0 101010 1011000 100001 100000 1001110 100110

Color Harmonies of #AB6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6415

Black with #AB6415

Text Example


Text Example

White with #AB6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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