Html Css Color HEX #AB6614 Golden Brown

📋 copy color: '#AB6614'

red 171 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #AB6614

Tints of Golden Brown #AB6614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 58.36%
G = 34.81%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB6614 (or 0xAB6614) is known color: Golden Brown. HEX triplet: AB, 66 and 14. RGB value is (171,102,20). Sum of RGB (Red+Green+Blue) = 171+102+20=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6614 is #5499EB. Grayscale: #717171. Windows color (decimal): -5544428 or 1337003. OLE color: 1337003.

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

Color convert

RGB 171 102 20 -
CMYK 0 0.40 0.88 0.33
HSL 32.58º 0.79% 0.37% -
HSV(B) 32.58º 0.88% 0.67% -
XYZ 21.67 18.21 3.03 -
YUV 113.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 171 102 20 0 0.40 0.88 0.33 32.58 0.79 0.37
Hex AB 66 14 0 28 58 21 21 4F 25
Octal 253 146 24 0 50 130 41 41 117 45
Binary 10101011 1100110 10100 0 101000 1011000 100001 100001 1001111 100101

Color Harmonies of #AB6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6614

Black with #AB6614

Text Example


Text Example

White with #AB6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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