Html Css Color HEX #AFAF06 Citrus

📋 copy color: '#AFAF06'

red 175 ◦ green 175 ◦ blue 6

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

Shades of Citrus #AFAF06

Tints of Citrus #AFAF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 49.16%
G = 49.16%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AFAF06 (or 0xAFAF06) is known color: Citrus. HEX triplet: AF, AF and 06. RGB value is (175,175,6). Sum of RGB (Red+Green+Blue) = 175+175+6=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF06 is #5050F9. Grayscale: #9C9C9C. Windows color (decimal): -5263610 or 438191. OLE color: 438191.

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

Color convert

RGB 175 175 6 -
CMYK 0 0 0.97 0.31
HSL 60º 0.93% 0.35% -
HSV(B) 60º 0.97% 0.69% -
XYZ 33.04 39.79 6.11 -
YUV 155.73 43.5 141.74 -
System Red Green Blue C M Y K H S L
Decimal 175 175 6 0 0 0.97 0.31 60 0.93 0.35
Hex AF AF 6 0 0 61 1F 3C 5D 23
Octal 257 257 6 0 0 141 37 74 135 43
Binary 10101111 10101111 110 0 0 1100001 11111 111100 1011101 100011

Color Harmonies of #AFAF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF06

Black with #AFAF06

Text Example


Text Example

White with #AFAF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF06; }

 p { color: rgb(175,175,6); }

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

background-color css

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

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

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

border-color css

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

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

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