Html Css Color HEX #AB660A Golden Brown

📋 copy color: '#AB660A'

red 171 ◦ green 102 ◦ blue 10

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

Shades of Golden Brown #AB660A

Tints of Golden Brown #AB660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 60.42%
G = 36.04%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB660A (or 0xAB660A) is known color: Golden Brown. HEX triplet: AB, 66 and 0A. RGB value is (171,102,10). Sum of RGB (Red+Green+Blue) = 171+102+10=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB660A is #5499F5. Grayscale: #707070. Windows color (decimal): -5544438 or 681643. OLE color: 681643.

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

Color convert

RGB 171 102 10 -
CMYK 0 0.40 0.94 0.33
HSL 34.29º 0.89% 0.35% -
HSV(B) 34.29º 0.94% 0.67% -
XYZ 21.6 18.18 2.66 -
YUV 112.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 171 102 10 0 0.40 0.94 0.33 34.29 0.89 0.35
Hex AB 66 A 0 28 5E 21 22 59 23
Octal 253 146 12 0 50 136 41 42 131 43
Binary 10101011 1100110 1010 0 101000 1011110 100001 100010 1011001 100011

Color Harmonies of #AB660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB660A

Black with #AB660A

Text Example


Text Example

White with #AB660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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