Html Css Color HEX #AFCA73 Caper

📋 copy color: '#AFCA73'

red 175 ◦ green 202 ◦ blue 115

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

Shades of Caper #AFCA73

Tints of Caper #AFCA73

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 35.57%
G = 41.06%
B = 23.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#AFCA73 (or 0xAFCA73) is known color: Caper. HEX triplet: AF, CA and 73. RGB value is (175,202,115). Sum of RGB (Red+Green+Blue) = 175+202+115=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA73 is #50358C. Grayscale: #B8B8B8. Windows color (decimal): -5256589 or 7588527. OLE color: 7588527.

HSL color Cylindrical-coordinate representation of color #AFCA73: hue angle of 78.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFCA73 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 115 -
CMYK 0.13 0 0.43 0.21
HSL 78.62º 0.45% 0.62% -
HSV(B) 78.62º 0.43% 0.79% -
XYZ 41.89 52.59 24.16 -
YUV 184.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 175 202 115 0.13 0 0.43 0.21 78.62 0.45 0.62
Hex AF CA 73 D 0 2B 15 4F 2D 3E
Octal 257 312 163 15 0 53 25 117 55 76
Binary 10101111 11001010 1110011 1101 0 101011 10101 1001111 101101 111110

Color Harmonies of #AFCA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA73

Black with #AFCA73

Text Example


Text Example

White with #AFCA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA73; }

 p { color: rgb(175,202,115); }

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

background-color css

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

 a { background-color: rgb(175,202,115); }

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

border-color css

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

 span { border-color: rgb(175,202,115); }

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