Html Css Color HEX #AEB875 Caper

📋 copy color: '#AEB875'

red 174 ◦ green 184 ◦ blue 117

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

Shades of Caper #AEB875

Tints of Caper #AEB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

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

R = 36.63%
G = 38.74%
B = 24.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#AEB875 (or 0xAEB875) is known color: Caper. HEX triplet: AE, B8 and 75. RGB value is (174,184,117). Sum of RGB (Red+Green+Blue) = 174+184+117=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB875 is #51478A. Grayscale: #ADADAD. Windows color (decimal): -5326731 or 7714990. OLE color: 7714990.

HSL color Cylindrical-coordinate representation of color #AEB875: hue angle of 68.96º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEB875 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 117 -
CMYK 0.05 0 0.36 0.28
HSL 68.96º 0.32% 0.59% -
HSV(B) 68.96º 0.36% 0.72% -
XYZ 37.81 44.56 23.44 -
YUV 173.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 174 184 117 0.05 0 0.36 0.28 68.96 0.32 0.59
Hex AE B8 75 5 0 24 1C 45 20 3B
Octal 256 270 165 5 0 44 34 105 40 73
Binary 10101110 10111000 1110101 101 0 100100 11100 1000101 100000 111011

Color Harmonies of #AEB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB875

Black with #AEB875

Text Example


Text Example

White with #AEB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB875; }

 p { color: rgb(174,184,117); }

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

background-color css

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

 a { background-color: rgb(174,184,117); }

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

border-color css

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

 span { border-color: rgb(174,184,117); }

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