Html Css Color HEX #A8B47A Caper

📋 copy color: '#A8B47A'

red 168 ◦ green 180 ◦ blue 122

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

Shades of Caper #A8B47A

Tints of Caper #A8B47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.96%

R = 35.74%
G = 38.3%
B = 25.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#A8B47A (or 0xA8B47A) is known color: Caper. HEX triplet: A8, B4 and 7A. RGB value is (168,180,122). Sum of RGB (Red+Green+Blue) = 168+180+122=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B47A is #574B85. Grayscale: #AAAAAA. Windows color (decimal): -5720966 or 8041640. OLE color: 8041640.

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

Color convert

RGB 168 180 122 -
CMYK 0.07 0 0.32 0.29
HSL 72.41º 0.28% 0.59% -
HSV(B) 72.41º 0.32% 0.71% -
XYZ 35.98 42.37 24.69 -
YUV 169.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 168 180 122 0.07 0 0.32 0.29 72.41 0.28 0.59
Hex A8 B4 7A 7 0 20 1D 48 1C 3B
Octal 250 264 172 7 0 40 35 110 34 73
Binary 10101000 10110100 1111010 111 0 100000 11101 1001000 11100 111011

Color Harmonies of #A8B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B47A

Black with #A8B47A

Text Example


Text Example

White with #A8B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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