Html Css Color HEX #AB6613 Golden Brown

📋 copy color: '#AB6613'

red 171 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #AB6613

Tints of Golden Brown #AB6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

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

R = 58.56%
G = 34.93%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB6613 (or 0xAB6613) is known color: Golden Brown. HEX triplet: AB, 66 and 13. RGB value is (171,102,19). Sum of RGB (Red+Green+Blue) = 171+102+19=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6613 is #5499EC. Grayscale: #717171. Windows color (decimal): -5544429 or 1271467. OLE color: 1271467.

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

Color convert

RGB 171 102 19 -
CMYK 0 0.40 0.89 0.33
HSL 32.76º 0.8% 0.37% -
HSV(B) 32.76º 0.89% 0.67% -
XYZ 21.66 18.21 2.99 -
YUV 113.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 171 102 19 0 0.40 0.89 0.33 32.76 0.8 0.37
Hex AB 66 13 0 28 59 21 21 50 25
Octal 253 146 23 0 50 131 41 41 120 45
Binary 10101011 1100110 10011 0 101000 1011001 100001 100001 1010000 100101

Color Harmonies of #AB6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6613

Black with #AB6613

Text Example


Text Example

White with #AB6613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6613; }

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

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

background-color css

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

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

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

border-color css

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

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

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