Html Css Color HEX #AFAA0A Citrus

📋 copy color: '#AFAA0A'

red 175 ◦ green 170 ◦ blue 10

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

Shades of Citrus #AFAA0A

Tints of Citrus #AFAA0A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.89%

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

R = 49.3%
G = 47.89%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFAA0A (or 0xAFAA0A) is known color: Citrus. HEX triplet: AF, AA and 0A. RGB value is (175,170,10). Sum of RGB (Red+Green+Blue) = 175+170+10=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA0A is #5055F5. Grayscale: #999999. Windows color (decimal): -5264886 or 699055. OLE color: 699055.

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

Color convert

RGB 175 170 10 -
CMYK 0 0.03 0.94 0.31
HSL 58.18º 0.89% 0.36% -
HSV(B) 58.18º 0.94% 0.69% -
XYZ 32.11 37.89 5.91 -
YUV 153.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 175 170 10 0 0.03 0.94 0.31 58.18 0.89 0.36
Hex AF AA A 0 3 5E 1F 3A 59 24
Octal 257 252 12 0 3 136 37 72 131 44
Binary 10101111 10101010 1010 0 11 1011110 11111 111010 1011001 100100

Color Harmonies of #AFAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA0A

Black with #AFAA0A

Text Example


Text Example

White with #AFAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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