Html Css Color HEX #AFA307 Lucky

📋 copy color: '#AFA307'

red 175 ◦ green 163 ◦ blue 7

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

Shades of Lucky #AFA307

Tints of Lucky #AFA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.25%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 50.72%
G = 47.25%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AFA307 (or 0xAFA307) is known color: Lucky. HEX triplet: AF, A3 and 07. RGB value is (175,163,7). Sum of RGB (Red+Green+Blue) = 175+163+7=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA307 is #505CF8. Grayscale: #959595. Windows color (decimal): -5266681 or 500655. OLE color: 500655.

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

Color convert

RGB 175 163 7 -
CMYK 0 0.07 0.96 0.31
HSL 55.71º 0.92% 0.36% -
HSV(B) 55.71º 0.96% 0.69% -
XYZ 30.81 35.32 5.4 -
YUV 148.8 47.98 146.68 -
System Red Green Blue C M Y K H S L
Decimal 175 163 7 0 0.07 0.96 0.31 55.71 0.92 0.36
Hex AF A3 7 0 7 60 1F 38 5C 24
Octal 257 243 7 0 7 140 37 70 134 44
Binary 10101111 10100011 111 0 111 1100000 11111 111000 1011100 100100

Color Harmonies of #AFA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA307

Black with #AFA307

Text Example


Text Example

White with #AFA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA307; }

 p { color: rgb(175,163,7); }

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

background-color css

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

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

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

border-color css

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

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

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