Html Css Color HEX #AEB482 Caper

📋 copy color: '#AEB482'

red 174 ◦ green 180 ◦ blue 130

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

Shades of Caper #AEB482

Tints of Caper #AEB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 35.95%
G = 37.19%
B = 26.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#AEB482 (or 0xAEB482) is known color: Caper. HEX triplet: AE, B4 and 82. RGB value is (174,180,130). Sum of RGB (Red+Green+Blue) = 174+180+130=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB482 is #514B7D. Grayscale: #ACACAC. Windows color (decimal): -5327742 or 8565934. OLE color: 8565934.

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

Color convert

RGB 174 180 130 -
CMYK 0.03 0 0.28 0.29
HSL 67.2º 0.25% 0.61% -
HSV(B) 67.2º 0.28% 0.71% -
XYZ 37.81 43.25 27.48 -
YUV 172.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 174 180 130 0.03 0 0.28 0.29 67.2 0.25 0.61
Hex AE B4 82 3 0 1C 1D 43 19 3D
Octal 256 264 202 3 0 34 35 103 31 75
Binary 10101110 10110100 10000010 11 0 11100 11101 1000011 11001 111101

Color Harmonies of #AEB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB482

Black with #AEB482

Text Example


Text Example

White with #AEB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB482; }

 p { color: rgb(174,180,130); }

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

background-color css

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

 a { background-color: rgb(174,180,130); }

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

border-color css

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

 span { border-color: rgb(174,180,130); }

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