Html Css Color HEX #A0A608 Citrus

📋 copy color: '#A0A608'

red 160 ◦ green 166 ◦ blue 8

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

Shades of Citrus #A0A608

Tints of Citrus #A0A608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.7%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 47.9%
G = 49.7%
B = 2.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A0A608 (or 0xA0A608) is known color: Citrus. HEX triplet: A0, A6 and 08. RGB value is (160,166,8). Sum of RGB (Red+Green+Blue) = 160+166+8=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A608 is #5F59F7. Grayscale: #929292. Windows color (decimal): -6248952 or 566944. OLE color: 566944.

HSL color Cylindrical-coordinate representation of color #A0A608: hue angle of 62.28º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0A608 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 8 -
CMYK 0.04 0 0.95 0.35
HSL 62.28º 0.91% 0.34% -
HSV(B) 62.28º 0.95% 0.65% -
XYZ 28.18 34.76 5.45 -
YUV 146.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 160 166 8 0.04 0 0.95 0.35 62.28 0.91 0.34
Hex A0 A6 8 4 0 5F 23 3E 5B 22
Octal 240 246 10 4 0 137 43 76 133 42
Binary 10100000 10100110 1000 100 0 1011111 100011 111110 1011011 100010

Color Harmonies of #A0A608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A608

Black with #A0A608

Text Example


Text Example

White with #A0A608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A608; }

 p { color: rgb(160,166,8); }

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

background-color css

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

 a { background-color: rgb(160,166,8); }

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

border-color css

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

 span { border-color: rgb(160,166,8); }

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