Html Css Color HEX #A8AC0F Citrus

📋 copy color: '#A8AC0F'

red 168 ◦ green 172 ◦ blue 15

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

Shades of Citrus #A8AC0F

Tints of Citrus #A8AC0F

RGB

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

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

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

R = 47.32%
G = 48.45%
B = 4.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#A8AC0F (or 0xA8AC0F) is known color: Citrus. HEX triplet: A8, AC and 0F. RGB value is (168,172,15). Sum of RGB (Red+Green+Blue) = 168+172+15=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC0F is #5753F0. Grayscale: #999999. Windows color (decimal): -5723121 or 1027240. OLE color: 1027240.

HSL color Cylindrical-coordinate representation of color #A8AC0F: hue angle of 61.53º 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 #A8AC0F is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 15 -
CMYK 0.02 0 0.91 0.33
HSL 61.53º 0.84% 0.37% -
HSV(B) 61.53º 0.91% 0.67% -
XYZ 30.99 37.86 6.13 -
YUV 152.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 168 172 15 0.02 0 0.91 0.33 61.53 0.84 0.37
Hex A8 AC F 2 0 5B 21 3E 54 25
Octal 250 254 17 2 0 133 41 76 124 45
Binary 10101000 10101100 1111 10 0 1011011 100001 111110 1010100 100101

Color Harmonies of #A8AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC0F

Black with #A8AC0F

Text Example


Text Example

White with #A8AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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