Html Css Color HEX #AFBD77 Caper

📋 copy color: '#AFBD77'

red 175 ◦ green 189 ◦ blue 119

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

Shades of Caper #AFBD77

Tints of Caper #AFBD77

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 36.23%
G = 39.13%
B = 24.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#AFBD77 (or 0xAFBD77) is known color: Caper. HEX triplet: AF, BD and 77. RGB value is (175,189,119). Sum of RGB (Red+Green+Blue) = 175+189+119=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD77 is #504288. Grayscale: #B1B1B1. Windows color (decimal): -5259913 or 7847343. OLE color: 7847343.

HSL color Cylindrical-coordinate representation of color #AFBD77: hue angle of 72º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFBD77 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 119 -
CMYK 0.07 0 0.37 0.26
HSL 72º 0.35% 0.6% -
HSV(B) 72º 0.37% 0.74% -
XYZ 39.21 46.84 24.43 -
YUV 176.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 175 189 119 0.07 0 0.37 0.26 72 0.35 0.6
Hex AF BD 77 7 0 25 1A 48 23 3C
Octal 257 275 167 7 0 45 32 110 43 74
Binary 10101111 10111101 1110111 111 0 100101 11010 1001000 100011 111100

Color Harmonies of #AFBD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD77

Black with #AFBD77

Text Example


Text Example

White with #AFBD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD77; }

 p { color: rgb(175,189,119); }

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

background-color css

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

 a { background-color: rgb(175,189,119); }

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

border-color css

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

 span { border-color: rgb(175,189,119); }

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