Html Css Color HEX #A8B674 Caper

📋 copy color: '#A8B674'

red 168 ◦ green 182 ◦ blue 116

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

Shades of Caper #A8B674

Tints of Caper #A8B674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 36.05%
G = 39.06%
B = 24.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A8B674 (or 0xA8B674) is known color: Caper. HEX triplet: A8, B6 and 74. RGB value is (168,182,116). Sum of RGB (Red+Green+Blue) = 168+182+116=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B674 is #57498B. Grayscale: #AAAAAA. Windows color (decimal): -5720460 or 7648936. OLE color: 7648936.

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

Color convert

RGB 168 182 116 -
CMYK 0.08 0 0.36 0.29
HSL 72.73º 0.31% 0.58% -
HSV(B) 72.73º 0.36% 0.71% -
XYZ 36.03 43.04 22.93 -
YUV 170.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 168 182 116 0.08 0 0.36 0.29 72.73 0.31 0.58
Hex A8 B6 74 8 0 24 1D 49 1F 3A
Octal 250 266 164 10 0 44 35 111 37 72
Binary 10101000 10110110 1110100 1000 0 100100 11101 1001001 11111 111010

Color Harmonies of #A8B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B674

Black with #A8B674

Text Example


Text Example

White with #A8B674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B674; }

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

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

background-color css

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

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

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

border-color css

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

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

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