Html Css Color HEX #A0AC06 Citrus

📋 copy color: '#A0AC06'

red 160 ◦ green 172 ◦ blue 6

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

Shades of Citrus #A0AC06

Tints of Citrus #A0AC06

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.89%

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

R = 47.34%
G = 50.89%
B = 1.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#A0AC06 (or 0xA0AC06) is known color: Citrus. HEX triplet: A0, AC and 06. RGB value is (160,172,6). Sum of RGB (Red+Green+Blue) = 160+172+6=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC06 is #5F53F9. Grayscale: #969696. Windows color (decimal): -6247418 or 437408. OLE color: 437408.

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

Color convert

RGB 160 172 6 -
CMYK 0.07 0 0.97 0.33
HSL 64.34º 0.93% 0.35% -
HSV(B) 64.34º 0.97% 0.67% -
XYZ 29.28 36.99 5.77 -
YUV 149.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 160 172 6 0.07 0 0.97 0.33 64.34 0.93 0.35
Hex A0 AC 6 7 0 61 21 40 5D 23
Octal 240 254 6 7 0 141 41 100 135 43
Binary 10100000 10101100 110 111 0 1100001 100001 1000000 1011101 100011

Color Harmonies of #A0AC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC06

Black with #A0AC06

Text Example


Text Example

White with #A0AC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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