Html Css Color HEX #AFA328 Earls Green

📋 copy color: '#AFA328'

red 175 ◦ green 163 ◦ blue 40

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

Shades of Earls Green #AFA328

Tints of Earls Green #AFA328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.58%

R = 46.3%
G = 43.12%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFA328 (or 0xAFA328) is known color: Earls Green. HEX triplet: AF, A3 and 28. RGB value is (175,163,40). Sum of RGB (Red+Green+Blue) = 175+163+40=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA328 is #505CD7. Grayscale: #999999. Windows color (decimal): -5266648 or 2663343. OLE color: 2663343.

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

Color convert

RGB 175 163 40 -
CMYK 0 0.07 0.77 0.31
HSL 54.67º 0.63% 0.42% -
HSV(B) 54.67º 0.77% 0.69% -
XYZ 31.16 35.46 7.21 -
YUV 152.57 64.48 144 -
System Red Green Blue C M Y K H S L
Decimal 175 163 40 0 0.07 0.77 0.31 54.67 0.63 0.42
Hex AF A3 28 0 7 4D 1F 37 3F 2A
Octal 257 243 50 0 7 115 37 67 77 52
Binary 10101111 10100011 101000 0 111 1001101 11111 110111 111111 101010

Color Harmonies of #AFA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA328

Black with #AFA328

Text Example


Text Example

White with #AFA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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