Html Css Color HEX #A2AC0F Citrus

📋 copy color: '#A2AC0F'

red 162 ◦ green 172 ◦ blue 15

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

Shades of Citrus #A2AC0F

Tints of Citrus #A2AC0F

RGB

 RED value IS 162 (63.67% from 255) = 46.42%

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

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 46.42%
G = 49.28%
B = 4.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#A2AC0F (or 0xA2AC0F) is known color: Citrus. HEX triplet: A2, AC and 0F. RGB value is (162,172,15). Sum of RGB (Red+Green+Blue) = 162+172+15=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC0F is #5D53F0. Grayscale: #979797. Windows color (decimal): -6116337 or 1027234. OLE color: 1027234.

HSL color Cylindrical-coordinate representation of color #A2AC0F: hue angle of 63.82º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2AC0F is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 15 -
CMYK 0.06 0 0.91 0.33
HSL 63.82º 0.84% 0.37% -
HSV(B) 63.82º 0.91% 0.67% -
XYZ 29.74 37.22 6.07 -
YUV 151.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 162 172 15 0.06 0 0.91 0.33 63.82 0.84 0.37
Hex A2 AC F 6 0 5B 21 40 54 25
Octal 242 254 17 6 0 133 41 100 124 45
Binary 10100010 10101100 1111 110 0 1011011 100001 1000000 1010100 100101

Color Harmonies of #A2AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC0F

Black with #A2AC0F

Text Example


Text Example

White with #A2AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC0F; }

 p { color: rgb(162,172,15); }

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

background-color css

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

 a { background-color: rgb(162,172,15); }

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

border-color css

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

 span { border-color: rgb(162,172,15); }

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