Html Css Color HEX #AFA908 Citrus

📋 copy color: '#AFA908'

red 175 ◦ green 169 ◦ blue 8

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

Shades of Citrus #AFA908

Tints of Citrus #AFA908

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.01%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 49.72%
G = 48.01%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AFA908 (or 0xAFA908) is known color: Citrus. HEX triplet: AF, A9 and 08. RGB value is (175,169,8). Sum of RGB (Red+Green+Blue) = 175+169+8=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA908 is #5056F7. Grayscale: #999999. Windows color (decimal): -5265144 or 567727. OLE color: 567727.

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

Color convert

RGB 175 169 8 -
CMYK 0 0.03 0.95 0.31
HSL 57.84º 0.91% 0.36% -
HSV(B) 57.84º 0.95% 0.69% -
XYZ 31.91 37.51 5.79 -
YUV 152.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 175 169 8 0 0.03 0.95 0.31 57.84 0.91 0.36
Hex AF A9 8 0 3 5F 1F 3A 5B 24
Octal 257 251 10 0 3 137 37 72 133 44
Binary 10101111 10101001 1000 0 11 1011111 11111 111010 1011011 100100

Color Harmonies of #AFA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA908

Black with #AFA908

Text Example


Text Example

White with #AFA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA908; }

 p { color: rgb(175,169,8); }

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

background-color css

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

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

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

border-color css

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

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

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