Html Css Color HEX #AB6612 Golden Brown

📋 copy color: '#AB6612'

red 171 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #AB6612

Tints of Golden Brown #AB6612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 58.76%
G = 35.05%
B = 6.19%

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

#AB6612 (or 0xAB6612) is known color: Golden Brown. HEX triplet: AB, 66 and 12. RGB value is (171,102,18). Sum of RGB (Red+Green+Blue) = 171+102+18=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6612 is #5499ED. Grayscale: #717171. Windows color (decimal): -5544430 or 1205931. OLE color: 1205931.

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

Color convert

RGB 171 102 18 -
CMYK 0 0.40 0.89 0.33
HSL 32.94º 0.81% 0.37% -
HSV(B) 32.94º 0.89% 0.67% -
XYZ 21.66 18.2 2.94 -
YUV 113.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 171 102 18 0 0.40 0.89 0.33 32.94 0.81 0.37
Hex AB 66 12 0 28 59 21 21 51 25
Octal 253 146 22 0 50 131 41 41 121 45
Binary 10101011 1100110 10010 0 101000 1011001 100001 100001 1010001 100101

Color Harmonies of #AB6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6612

Black with #AB6612

Text Example


Text Example

White with #AB6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6612; }

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

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

background-color css

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

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

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

border-color css

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

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

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