Html Css Color HEX #A8B47E Caper

📋 copy color: '#A8B47E'

red 168 ◦ green 180 ◦ blue 126

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

Shades of Caper #A8B47E

Tints of Caper #A8B47E

RGB

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

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

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

R = 35.44%
G = 37.97%
B = 26.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#A8B47E (or 0xA8B47E) is known color: Caper. HEX triplet: A8, B4 and 7E. RGB value is (168,180,126). Sum of RGB (Red+Green+Blue) = 168+180+126=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B47E is #574B81. Grayscale: #AAAAAA. Windows color (decimal): -5720962 or 8303784. OLE color: 8303784.

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

Color convert

RGB 168 180 126 -
CMYK 0.07 0 0.3 0.29
HSL 73.33º 0.26% 0.6% -
HSV(B) 73.33º 0.3% 0.71% -
XYZ 36.24 42.47 26.03 -
YUV 170.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 168 180 126 0.07 0 0.3 0.29 73.33 0.26 0.6
Hex A8 B4 7E 7 0 1E 1D 49 1A 3C
Octal 250 264 176 7 0 36 35 111 32 74
Binary 10101000 10110100 1111110 111 0 11110 11101 1001001 11010 111100

Color Harmonies of #A8B47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B47E

Black with #A8B47E

Text Example


Text Example

White with #A8B47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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