Html Css Color HEX #AFB67E Caper

📋 copy color: '#AFB67E'

red 175 ◦ green 182 ◦ blue 126

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

Shades of Caper #AFB67E

Tints of Caper #AFB67E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.68%

 BLUE value IS 126 (49.61% from 255) = 26.09%

R = 36.23%
G = 37.68%
B = 26.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#AFB67E (or 0xAFB67E) is known color: Caper. HEX triplet: AF, B6 and 7E. RGB value is (175,182,126). Sum of RGB (Red+Green+Blue) = 175+182+126=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB67E is #504981. Grayscale: #ADADAD. Windows color (decimal): -5261698 or 8304303. OLE color: 8304303.

HSL color Cylindrical-coordinate representation of color #AFB67E: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB67E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 126 -
CMYK 0.04 0 0.31 0.29
HSL 67.5º 0.28% 0.6% -
HSV(B) 67.5º 0.31% 0.71% -
XYZ 38.17 44.08 26.23 -
YUV 173.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 175 182 126 0.04 0 0.31 0.29 67.5 0.28 0.6
Hex AF B6 7E 4 0 1F 1D 44 1C 3C
Octal 257 266 176 4 0 37 35 104 34 74
Binary 10101111 10110110 1111110 100 0 11111 11101 1000100 11100 111100

Color Harmonies of #AFB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB67E

Black with #AFB67E

Text Example


Text Example

White with #AFB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB67E; }

 p { color: rgb(175,182,126); }

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

background-color css

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

 a { background-color: rgb(175,182,126); }

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

border-color css

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

 span { border-color: rgb(175,182,126); }

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