Html Css Color HEX #AFA623 Earls Green

📋 copy color: '#AFA623'

red 175 ◦ green 166 ◦ blue 35

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

Shades of Earls Green #AFA623

Tints of Earls Green #AFA623

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

 BLUE value IS 35 (14.06% from 255) = 9.31%

R = 46.54%
G = 44.15%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AFA623 (or 0xAFA623) is known color: Earls Green. HEX triplet: AF, A6 and 23. RGB value is (175,166,35). Sum of RGB (Red+Green+Blue) = 175+166+35=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA623 is #5059DC. Grayscale: #9A9A9A. Windows color (decimal): -5265885 or 2336431. OLE color: 2336431.

HSL color Cylindrical-coordinate representation of color #AFA623: hue angle of 56.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFA623 is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 35 -
CMYK 0 0.05 0.8 0.31
HSL 56.14º 0.67% 0.41% -
HSV(B) 56.14º 0.8% 0.69% -
XYZ 31.62 36.51 6.97 -
YUV 153.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 175 166 35 0 0.05 0.8 0.31 56.14 0.67 0.41
Hex AF A6 23 0 5 50 1F 38 43 29
Octal 257 246 43 0 5 120 37 70 103 51
Binary 10101111 10100110 100011 0 101 1010000 11111 111000 1000011 101001

Color Harmonies of #AFA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA623

Black with #AFA623

Text Example


Text Example

White with #AFA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA623; }

 p { color: rgb(175,166,35); }

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

background-color css

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

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

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

border-color css

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

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

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