Html Css Color HEX #AFBA81 Caper

📋 copy color: '#AFBA81'

red 175 ◦ green 186 ◦ blue 129

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

Shades of Caper #AFBA81

Tints of Caper #AFBA81

RGB

 RED value IS 175 (68.75% from 255) = 35.71%

 GREEN value IS 186 (73.05% from 255) = 37.96%

 BLUE value IS 129 (50.78% from 255) = 26.33%

R = 35.71%
G = 37.96%
B = 26.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#AFBA81 (or 0xAFBA81) is known color: Caper. HEX triplet: AF, BA and 81. RGB value is (175,186,129). Sum of RGB (Red+Green+Blue) = 175+186+129=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA81 is #50457E. Grayscale: #B0B0B0. Windows color (decimal): -5260671 or 8501935. OLE color: 8501935.

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

Color convert

RGB 175 186 129 -
CMYK 0.06 0 0.31 0.27
HSL 71.58º 0.29% 0.62% -
HSV(B) 71.58º 0.31% 0.73% -
XYZ 39.2 45.82 27.55 -
YUV 176.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 175 186 129 0.06 0 0.31 0.27 71.58 0.29 0.62
Hex AF BA 81 6 0 1F 1B 48 1D 3E
Octal 257 272 201 6 0 37 33 110 35 76
Binary 10101111 10111010 10000001 110 0 11111 11011 1001000 11101 111110

Color Harmonies of #AFBA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA81

Black with #AFBA81

Text Example


Text Example

White with #AFBA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA81; }

 p { color: rgb(175,186,129); }

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

background-color css

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

 a { background-color: rgb(175,186,129); }

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

border-color css

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

 span { border-color: rgb(175,186,129); }

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