Html Css Color HEX #A8B475 Caper

📋 copy color: '#A8B475'

red 168 ◦ green 180 ◦ blue 117

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

Shades of Caper #A8B475

Tints of Caper #A8B475

RGB

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

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

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

R = 36.13%
G = 38.71%
B = 25.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A8B475 (or 0xA8B475) is known color: Caper. HEX triplet: A8, B4 and 75. RGB value is (168,180,117). Sum of RGB (Red+Green+Blue) = 168+180+117=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B475 is #574B8A. Grayscale: #A9A9A9. Windows color (decimal): -5720971 or 7713960. OLE color: 7713960.

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

Color convert

RGB 168 180 117 -
CMYK 0.07 0 0.35 0.29
HSL 71.43º 0.3% 0.58% -
HSV(B) 71.43º 0.35% 0.71% -
XYZ 35.68 42.25 23.1 -
YUV 169.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 168 180 117 0.07 0 0.35 0.29 71.43 0.3 0.58
Hex A8 B4 75 7 0 23 1D 47 1E 3A
Octal 250 264 165 7 0 43 35 107 36 72
Binary 10101000 10110100 1110101 111 0 100011 11101 1000111 11110 111010

Color Harmonies of #A8B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B475

Black with #A8B475

Text Example


Text Example

White with #A8B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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