Html Css Color HEX #A0AC0C Citrus

📋 copy color: '#A0AC0C'

red 160 ◦ green 172 ◦ blue 12

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

Shades of Citrus #A0AC0C

Tints of Citrus #A0AC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 46.51%
G = 50%
B = 3.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#A0AC0C (or 0xA0AC0C) is known color: Citrus. HEX triplet: A0, AC and 0C. RGB value is (160,172,12). Sum of RGB (Red+Green+Blue) = 160+172+12=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC0C is #5F53F3. Grayscale: #969696. Windows color (decimal): -6247412 or 830624. OLE color: 830624.

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

Color convert

RGB 160 172 12 -
CMYK 0.07 0 0.93 0.33
HSL 64.5º 0.87% 0.36% -
HSV(B) 64.5º 0.93% 0.67% -
XYZ 29.32 37.01 5.95 -
YUV 150.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 160 172 12 0.07 0 0.93 0.33 64.5 0.87 0.36
Hex A0 AC C 7 0 5D 21 40 57 24
Octal 240 254 14 7 0 135 41 100 127 44
Binary 10100000 10101100 1100 111 0 1011101 100001 1000000 1010111 100100

Color Harmonies of #A0AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC0C

Black with #A0AC0C

Text Example


Text Example

White with #A0AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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