Html Css Color HEX #AEBF7A Caper

📋 copy color: '#AEBF7A'

red 174 ◦ green 191 ◦ blue 122

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

Shades of Caper #AEBF7A

Tints of Caper #AEBF7A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.22%

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 35.73%
G = 39.22%
B = 25.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#AEBF7A (or 0xAEBF7A) is known color: Caper. HEX triplet: AE, BF and 7A. RGB value is (174,191,122). Sum of RGB (Red+Green+Blue) = 174+191+122=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF7A is #514085. Grayscale: #B2B2B2. Windows color (decimal): -5324934 or 8044462. OLE color: 8044462.

HSL color Cylindrical-coordinate representation of color #AEBF7A: hue angle of 74.78º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEBF7A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 122 -
CMYK 0.09 0 0.36 0.25
HSL 74.78º 0.35% 0.61% -
HSV(B) 74.78º 0.36% 0.75% -
XYZ 39.6 47.67 25.53 -
YUV 178.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 174 191 122 0.09 0 0.36 0.25 74.78 0.35 0.61
Hex AE BF 7A 9 0 24 19 4B 23 3D
Octal 256 277 172 11 0 44 31 113 43 75
Binary 10101110 10111111 1111010 1001 0 100100 11001 1001011 100011 111101

Color Harmonies of #AEBF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF7A

Black with #AEBF7A

Text Example


Text Example

White with #AEBF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF7A; }

 p { color: rgb(174,191,122); }

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

background-color css

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

 a { background-color: rgb(174,191,122); }

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

border-color css

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

 span { border-color: rgb(174,191,122); }

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