Html Css Color HEX #A8AF0C Citrus

📋 copy color: '#A8AF0C'

red 168 ◦ green 175 ◦ blue 12

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

Shades of Citrus #A8AF0C

Tints of Citrus #A8AF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.3%

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

R = 47.32%
G = 49.3%
B = 3.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A8AF0C (or 0xA8AF0C) is known color: Citrus. HEX triplet: A8, AF and 0C. RGB value is (168,175,12). Sum of RGB (Red+Green+Blue) = 168+175+12=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF0C is #5750F3. Grayscale: #9A9A9A. Windows color (decimal): -5722356 or 831400. OLE color: 831400.

HSL color Cylindrical-coordinate representation of color #A8AF0C: hue angle of 62.58º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8AF0C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 12 -
CMYK 0.04 0 0.93 0.31
HSL 62.58º 0.87% 0.37% -
HSV(B) 62.58º 0.93% 0.69% -
XYZ 31.54 39.01 6.22 -
YUV 154.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 168 175 12 0.04 0 0.93 0.31 62.58 0.87 0.37
Hex A8 AF C 4 0 5D 1F 3F 57 25
Octal 250 257 14 4 0 135 37 77 127 45
Binary 10101000 10101111 1100 100 0 1011101 11111 111111 1010111 100101

Color Harmonies of #A8AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF0C

Black with #A8AF0C

Text Example


Text Example

White with #A8AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF0C; }

 p { color: rgb(168,175,12); }

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

background-color css

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

 a { background-color: rgb(168,175,12); }

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

border-color css

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

 span { border-color: rgb(168,175,12); }

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