Html Css Color HEX #AFAB0A Citrus

📋 copy color: '#AFAB0A'

red 175 ◦ green 171 ◦ blue 10

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

Shades of Citrus #AFAB0A

Tints of Citrus #AFAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.03%

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

R = 49.16%
G = 48.03%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFAB0A (or 0xAFAB0A) is known color: Citrus. HEX triplet: AF, AB and 0A. RGB value is (175,171,10). Sum of RGB (Red+Green+Blue) = 175+171+10=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB0A is #5054F5. Grayscale: #9A9A9A. Windows color (decimal): -5264630 or 699311. OLE color: 699311.

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

Color convert

RGB 175 171 10 -
CMYK 0 0.02 0.94 0.31
HSL 58.55º 0.89% 0.36% -
HSV(B) 58.55º 0.94% 0.69% -
XYZ 32.3 38.26 5.97 -
YUV 153.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 175 171 10 0 0.02 0.94 0.31 58.55 0.89 0.36
Hex AF AB A 0 2 5E 1F 3B 59 24
Octal 257 253 12 0 2 136 37 73 131 44
Binary 10101111 10101011 1010 0 10 1011110 11111 111011 1011001 100100

Color Harmonies of #AFAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB0A

Black with #AFAB0A

Text Example


Text Example

White with #AFAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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