Html Css Color HEX #A0A806 Citrus

📋 copy color: '#A0A806'

red 160 ◦ green 168 ◦ blue 6

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

Shades of Citrus #A0A806

Tints of Citrus #A0A806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.3%

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

R = 47.9%
G = 50.3%
B = 1.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A0A806 (or 0xA0A806) is known color: Citrus. HEX triplet: A0, A8 and 06. RGB value is (160,168,6). Sum of RGB (Red+Green+Blue) = 160+168+6=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A806 is #5F57F9. Grayscale: #939393. Windows color (decimal): -6248442 or 436384. OLE color: 436384.

HSL color Cylindrical-coordinate representation of color #A0A806: hue angle of 62.96º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0A806 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 168 6 -
CMYK 0.05 0 0.96 0.34
HSL 62.96º 0.93% 0.34% -
HSV(B) 62.96º 0.96% 0.66% -
XYZ 28.53 35.49 5.52 -
YUV 147.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 160 168 6 0.05 0 0.96 0.34 62.96 0.93 0.34
Hex A0 A8 6 5 0 60 22 3F 5D 22
Octal 240 250 6 5 0 140 42 77 135 42
Binary 10100000 10101000 110 101 0 1100000 100010 111111 1011101 100010

Color Harmonies of #A0A806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A806

Black with #A0A806

Text Example


Text Example

White with #A0A806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A806; }

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

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

background-color css

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

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

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

border-color css

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

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

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