Html Css Color HEX #A0AB06 Citrus

📋 copy color: '#A0AB06'

red 160 ◦ green 171 ◦ blue 6

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

Shades of Citrus #A0AB06

Tints of Citrus #A0AB06

RGB

 RED value IS 160 (62.89% from 255) = 47.48%

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 47.48%
G = 50.74%
B = 1.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#A0AB06 (or 0xA0AB06) is known color: Citrus. HEX triplet: A0, AB and 06. RGB value is (160,171,6). Sum of RGB (Red+Green+Blue) = 160+171+6=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB06 is #5F54F9. Grayscale: #959595. Windows color (decimal): -6247674 or 437152. OLE color: 437152.

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

Color convert

RGB 160 171 6 -
CMYK 0.06 0 0.96 0.33
HSL 64º 0.93% 0.35% -
HSV(B) 64º 0.96% 0.67% -
XYZ 29.09 36.61 5.71 -
YUV 148.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 160 171 6 0.06 0 0.96 0.33 64 0.93 0.35
Hex A0 AB 6 6 0 60 21 40 5D 23
Octal 240 253 6 6 0 140 41 100 135 43
Binary 10100000 10101011 110 110 0 1100000 100001 1000000 1011101 100011

Color Harmonies of #A0AB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB06

Black with #A0AB06

Text Example


Text Example

White with #A0AB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB06; }

 p { color: rgb(160,171,6); }

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

background-color css

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

 a { background-color: rgb(160,171,6); }

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

border-color css

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

 span { border-color: rgb(160,171,6); }

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