Html Css Color HEX #A8B775 Caper

📋 copy color: '#A8B775'

red 168 ◦ green 183 ◦ blue 117

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

Shades of Caper #A8B775

Tints of Caper #A8B775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 35.9%
G = 39.1%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#A8B775 (or 0xA8B775) is known color: Caper. HEX triplet: A8, B7 and 75. RGB value is (168,183,117). Sum of RGB (Red+Green+Blue) = 168+183+117=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B775 is #57488A. Grayscale: #ABABAB. Windows color (decimal): -5720203 or 7714728. OLE color: 7714728.

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

Color convert

RGB 168 183 117 -
CMYK 0.08 0 0.36 0.28
HSL 73.64º 0.31% 0.59% -
HSV(B) 73.64º 0.36% 0.72% -
XYZ 36.29 43.48 23.31 -
YUV 170.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 168 183 117 0.08 0 0.36 0.28 73.64 0.31 0.59
Hex A8 B7 75 8 0 24 1C 4A 1F 3B
Octal 250 267 165 10 0 44 34 112 37 73
Binary 10101000 10110111 1110101 1000 0 100100 11100 1001010 11111 111011

Color Harmonies of #A8B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B775

Black with #A8B775

Text Example


Text Example

White with #A8B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B775; }

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

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

background-color css

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

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

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

border-color css

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

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

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