Html Css Color HEX #A8B47F Caper

📋 copy color: '#A8B47F'

red 168 ◦ green 180 ◦ blue 127

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

Shades of Caper #A8B47F

Tints of Caper #A8B47F

RGB

 RED value IS 168 (66.02% from 255) = 35.37%

 GREEN value IS 180 (70.7% from 255) = 37.89%

 BLUE value IS 127 (50% from 255) = 26.74%

R = 35.37%
G = 37.89%
B = 26.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A8B47F (or 0xA8B47F) is known color: Caper. HEX triplet: A8, B4 and 7F. RGB value is (168,180,127). Sum of RGB (Red+Green+Blue) = 168+180+127=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B47F is #574B80. Grayscale: #AAAAAA. Windows color (decimal): -5720961 or 8369320. OLE color: 8369320.

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

Color convert

RGB 168 180 127 -
CMYK 0.07 0 0.29 0.29
HSL 73.58º 0.26% 0.6% -
HSV(B) 73.58º 0.29% 0.71% -
XYZ 36.3 42.5 26.37 -
YUV 170.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 168 180 127 0.07 0 0.29 0.29 73.58 0.26 0.6
Hex A8 B4 7F 7 0 1D 1D 4A 1A 3C
Octal 250 264 177 7 0 35 35 112 32 74
Binary 10101000 10110100 1111111 111 0 11101 11101 1001010 11010 111100

Color Harmonies of #A8B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B47F

Black with #A8B47F

Text Example


Text Example

White with #A8B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B47F; }

 p { color: rgb(168,180,127); }

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

background-color css

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

 a { background-color: rgb(168,180,127); }

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

border-color css

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

 span { border-color: rgb(168,180,127); }

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