Html Css Color HEX #A8B678 Caper

📋 copy color: '#A8B678'

red 168 ◦ green 182 ◦ blue 120

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

Shades of Caper #A8B678

Tints of Caper #A8B678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 35.74%
G = 38.72%
B = 25.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A8B678 (or 0xA8B678) is known color: Caper. HEX triplet: A8, B6 and 78. RGB value is (168,182,120). Sum of RGB (Red+Green+Blue) = 168+182+120=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B678 is #574987. Grayscale: #AAAAAA. Windows color (decimal): -5720456 or 7911080. OLE color: 7911080.

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

Color convert

RGB 168 182 120 -
CMYK 0.08 0 0.34 0.29
HSL 73.55º 0.3% 0.59% -
HSV(B) 73.55º 0.34% 0.71% -
XYZ 36.27 43.14 24.18 -
YUV 170.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 168 182 120 0.08 0 0.34 0.29 73.55 0.3 0.59
Hex A8 B6 78 8 0 22 1D 4A 1E 3B
Octal 250 266 170 10 0 42 35 112 36 73
Binary 10101000 10110110 1111000 1000 0 100010 11101 1001010 11110 111011

Color Harmonies of #A8B678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B678

Black with #A8B678

Text Example


Text Example

White with #A8B678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B678; }

 p { color: rgb(168,182,120); }

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

background-color css

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

 a { background-color: rgb(168,182,120); }

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

border-color css

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

 span { border-color: rgb(168,182,120); }

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