Html Css Color HEX #AFA805 Citrus

📋 copy color: '#AFA805'

red 175 ◦ green 168 ◦ blue 5

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

Shades of Citrus #AFA805

Tints of Citrus #AFA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.28%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 50.29%
G = 48.28%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AFA805 (or 0xAFA805) is known color: Citrus. HEX triplet: AF, A8 and 05. RGB value is (175,168,5). Sum of RGB (Red+Green+Blue) = 175+168+5=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA805 is #5057FA. Grayscale: #989898. Windows color (decimal): -5265403 or 370863. OLE color: 370863.

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

Color convert

RGB 175 168 5 -
CMYK 0 0.04 0.97 0.31
HSL 57.53º 0.94% 0.35% -
HSV(B) 57.53º 0.97% 0.69% -
XYZ 31.71 37.13 5.64 -
YUV 151.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 175 168 5 0 0.04 0.97 0.31 57.53 0.94 0.35
Hex AF A8 5 0 4 61 1F 3A 5E 23
Octal 257 250 5 0 4 141 37 72 136 43
Binary 10101111 10101000 101 0 100 1100001 11111 111010 1011110 100011

Color Harmonies of #AFA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA805

Black with #AFA805

Text Example


Text Example

White with #AFA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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