Html Css Color HEX #A8B67E Caper

📋 copy color: '#A8B67E'

red 168 ◦ green 182 ◦ blue 126

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

Shades of Caper #A8B67E

Tints of Caper #A8B67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 35.29%
G = 38.24%
B = 26.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A8B67E (or 0xA8B67E) is known color: Caper. HEX triplet: A8, B6 and 7E. RGB value is (168,182,126). Sum of RGB (Red+Green+Blue) = 168+182+126=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B67E is #574981. Grayscale: #ABABAB. Windows color (decimal): -5720450 or 8304296. OLE color: 8304296.

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

Color convert

RGB 168 182 126 -
CMYK 0.08 0 0.31 0.29
HSL 75º 0.28% 0.6% -
HSV(B) 75º 0.31% 0.71% -
XYZ 36.64 43.29 26.16 -
YUV 171.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 168 182 126 0.08 0 0.31 0.29 75 0.28 0.6
Hex A8 B6 7E 8 0 1F 1D 4B 1C 3C
Octal 250 266 176 10 0 37 35 113 34 74
Binary 10101000 10110110 1111110 1000 0 11111 11101 1001011 11100 111100

Color Harmonies of #A8B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B67E

Black with #A8B67E

Text Example


Text Example

White with #A8B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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