Html Css Color HEX #A8B77D Caper

📋 copy color: '#A8B77D'

red 168 ◦ green 183 ◦ blue 125

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

Shades of Caper #A8B77D

Tints of Caper #A8B77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.45%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 35.29%
G = 38.45%
B = 26.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#A8B77D (or 0xA8B77D) is known color: Caper. HEX triplet: A8, B7 and 7D. RGB value is (168,183,125). Sum of RGB (Red+Green+Blue) = 168+183+125=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B77D is #574882. Grayscale: #ACACAC. Windows color (decimal): -5720195 or 8239016. OLE color: 8239016.

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

Color convert

RGB 168 183 125 -
CMYK 0.08 0 0.32 0.28
HSL 75.52º 0.29% 0.6% -
HSV(B) 75.52º 0.32% 0.72% -
XYZ 36.78 43.67 25.89 -
YUV 171.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 168 183 125 0.08 0 0.32 0.28 75.52 0.29 0.6
Hex A8 B7 7D 8 0 20 1C 4C 1D 3C
Octal 250 267 175 10 0 40 34 114 35 74
Binary 10101000 10110111 1111101 1000 0 100000 11100 1001100 11101 111100

Color Harmonies of #A8B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B77D

Black with #A8B77D

Text Example


Text Example

White with #A8B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B77D; }

 p { color: rgb(168,183,125); }

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

background-color css

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

 a { background-color: rgb(168,183,125); }

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

border-color css

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

 span { border-color: rgb(168,183,125); }

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