Html Css Color HEX #AB6610 Golden Brown

📋 copy color: '#AB6610'

red 171 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #AB6610

Tints of Golden Brown #AB6610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 59.17%
G = 35.29%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB6610 (or 0xAB6610) is known color: Golden Brown. HEX triplet: AB, 66 and 10. RGB value is (171,102,16). Sum of RGB (Red+Green+Blue) = 171+102+16=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6610 is #5499EF. Grayscale: #717171. Windows color (decimal): -5544432 or 1074859. OLE color: 1074859.

HSL color Cylindrical-coordinate representation of color #AB6610: hue angle of 33.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB6610 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 16 -
CMYK 0 0.40 0.91 0.33
HSL 33.29º 0.83% 0.37% -
HSV(B) 33.29º 0.91% 0.67% -
XYZ 21.64 18.2 2.86 -
YUV 112.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 171 102 16 0 0.40 0.91 0.33 33.29 0.83 0.37
Hex AB 66 10 0 28 5B 21 21 53 25
Octal 253 146 20 0 50 133 41 41 123 45
Binary 10101011 1100110 10000 0 101000 1011011 100001 100001 1010011 100101

Color Harmonies of #AB6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6610

Black with #AB6610

Text Example


Text Example

White with #AB6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6610; }

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

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

background-color css

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

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

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

border-color css

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

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

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