Html Css Color HEX #AFAC63 Olive Green

📋 copy color: '#AFAC63'

red 175 ◦ green 172 ◦ blue 99

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

Shades of Olive Green #AFAC63

Tints of Olive Green #AFAC63

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

 BLUE value IS 99 (39.06% from 255) = 22.2%

R = 39.24%
G = 38.57%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AFAC63 (or 0xAFAC63) is known color: Olive Green. HEX triplet: AF, AC and 63. RGB value is (175,172,99). Sum of RGB (Red+Green+Blue) = 175+172+99=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC63 is #50539C. Grayscale: #A4A4A4. Windows color (decimal): -5264285 or 6532271. OLE color: 6532271.

HSL color Cylindrical-coordinate representation of color #AFAC63: hue angle of 57.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFAC63 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 172 99 -
CMYK 0 0.02 0.43 0.31
HSL 57.63º 0.32% 0.54% -
HSV(B) 57.63º 0.43% 0.69% -
XYZ 34.68 39.52 17.6 -
YUV 164.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 175 172 99 0 0.02 0.43 0.31 57.63 0.32 0.54
Hex AF AC 63 0 2 2B 1F 3A 20 36
Octal 257 254 143 0 2 53 37 72 40 66
Binary 10101111 10101100 1100011 0 10 101011 11111 111010 100000 110110

Color Harmonies of #AFAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC63

Black with #AFAC63

Text Example


Text Example

White with #AFAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC63; }

 p { color: rgb(175,172,99); }

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

background-color css

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

 a { background-color: rgb(175,172,99); }

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

border-color css

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

 span { border-color: rgb(175,172,99); }

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