Html Css Color HEX #AEB970 Caper

📋 copy color: '#AEB970'

red 174 ◦ green 185 ◦ blue 112

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

Shades of Caper #AEB970

Tints of Caper #AEB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.78%

R = 36.94%
G = 39.28%
B = 23.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#AEB970 (or 0xAEB970) is known color: Caper. HEX triplet: AE, B9 and 70. RGB value is (174,185,112). Sum of RGB (Red+Green+Blue) = 174+185+112=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB970 is #51468F. Grayscale: #ADADAD. Windows color (decimal): -5326480 or 7387566. OLE color: 7387566.

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

Color convert

RGB 174 185 112 -
CMYK 0.06 0 0.39 0.27
HSL 69.04º 0.34% 0.58% -
HSV(B) 69.04º 0.39% 0.73% -
XYZ 37.73 44.87 22 -
YUV 173.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 174 185 112 0.06 0 0.39 0.27 69.04 0.34 0.58
Hex AE B9 70 6 0 27 1B 45 22 3A
Octal 256 271 160 6 0 47 33 105 42 72
Binary 10101110 10111001 1110000 110 0 100111 11011 1000101 100010 111010

Color Harmonies of #AEB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB970

Black with #AEB970

Text Example


Text Example

White with #AEB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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