Html Css Color HEX #AAAF0C Citrus

📋 copy color: '#AAAF0C'

red 170 ◦ green 175 ◦ blue 12

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

Shades of Citrus #AAAF0C

Tints of Citrus #AAAF0C

RGB

 RED value IS 170 (66.8% from 255) = 47.62%

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

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

R = 47.62%
G = 49.02%
B = 3.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AAAF0C (or 0xAAAF0C) is known color: Citrus. HEX triplet: AA, AF and 0C. RGB value is (170,175,12). Sum of RGB (Red+Green+Blue) = 170+175+12=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAF0C is #5550F3. Grayscale: #9B9B9B. Windows color (decimal): -5591284 or 831402. OLE color: 831402.

HSL color Cylindrical-coordinate representation of color #AAAF0C: hue angle of 61.84º 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 #AAAF0C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 12 -
CMYK 0.03 0 0.93 0.31
HSL 61.84º 0.87% 0.37% -
HSV(B) 61.84º 0.93% 0.69% -
XYZ 31.97 39.23 6.24 -
YUV 154.92 47.34 138.75 -
System Red Green Blue C M Y K H S L
Decimal 170 175 12 0.03 0 0.93 0.31 61.84 0.87 0.37
Hex AA AF C 3 0 5D 1F 3E 57 25
Octal 252 257 14 3 0 135 37 76 127 45
Binary 10101010 10101111 1100 11 0 1011101 11111 111110 1010111 100101

Color Harmonies of #AAAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF0C

Black with #AAAF0C

Text Example


Text Example

White with #AAAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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