Html Css Color HEX #A8AC0A Citrus

📋 copy color: '#A8AC0A'

red 168 ◦ green 172 ◦ blue 10

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

Shades of Citrus #A8AC0A

Tints of Citrus #A8AC0A

RGB

 RED value IS 168 (66.02% from 255) = 48%

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 48%
G = 49.14%
B = 2.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#A8AC0A (or 0xA8AC0A) is known color: Citrus. HEX triplet: A8, AC and 0A. RGB value is (168,172,10). Sum of RGB (Red+Green+Blue) = 168+172+10=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC0A is #5753F5. Grayscale: #989898. Windows color (decimal): -5723126 or 699560. OLE color: 699560.

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

Color convert

RGB 168 172 10 -
CMYK 0.02 0 0.94 0.33
HSL 61.48º 0.89% 0.36% -
HSV(B) 61.48º 0.94% 0.67% -
XYZ 30.96 37.85 5.96 -
YUV 152.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 168 172 10 0.02 0 0.94 0.33 61.48 0.89 0.36
Hex A8 AC A 2 0 5E 21 3D 59 24
Octal 250 254 12 2 0 136 41 75 131 44
Binary 10101000 10101100 1010 10 0 1011110 100001 111101 1011001 100100

Color Harmonies of #A8AC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC0A

Black with #A8AC0A

Text Example


Text Example

White with #A8AC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC0A; }

 p { color: rgb(168,172,10); }

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

background-color css

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

 a { background-color: rgb(168,172,10); }

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

border-color css

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

 span { border-color: rgb(168,172,10); }

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