Html Css Color HEX #AEB98A Caper

📋 copy color: '#AEB98A'

red 174 ◦ green 185 ◦ blue 138

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

Shades of Caper #AEB98A

Tints of Caper #AEB98A

RGB

 RED value IS 174 (68.36% from 255) = 35.01%

 GREEN value IS 185 (72.66% from 255) = 37.22%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 35.01%
G = 37.22%
B = 27.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AEB98A (or 0xAEB98A) is known color: Caper. HEX triplet: AE, B9 and 8A. RGB value is (174,185,138). Sum of RGB (Red+Green+Blue) = 174+185+138=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB98A is #514675. Grayscale: #B0B0B0. Windows color (decimal): -5326454 or 9091502. OLE color: 9091502.

HSL color Cylindrical-coordinate representation of color #AEB98A: hue angle of 74.04º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEB98A is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 138 -
CMYK 0.06 0 0.25 0.27
HSL 74.04º 0.25% 0.63% -
HSV(B) 74.04º 0.25% 0.73% -
XYZ 39.39 45.53 30.76 -
YUV 176.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 174 185 138 0.06 0 0.25 0.27 74.04 0.25 0.63
Hex AE B9 8A 6 0 19 1B 4A 19 3F
Octal 256 271 212 6 0 31 33 112 31 77
Binary 10101110 10111001 10001010 110 0 11001 11011 1001010 11001 111111

Color Harmonies of #AEB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB98A

Black with #AEB98A

Text Example


Text Example

White with #AEB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB98A; }

 p { color: rgb(174,185,138); }

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

background-color css

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

 a { background-color: rgb(174,185,138); }

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

border-color css

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

 span { border-color: rgb(174,185,138); }

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