Html Css Color HEX #AF893D Alpine

📋 copy color: '#AF893D'

red 175 ◦ green 137 ◦ blue 61

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

Shades of Alpine #AF893D

Tints of Alpine #AF893D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 46.92%
G = 36.73%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF893D (or 0xAF893D) is known color: Alpine. HEX triplet: AF, 89 and 3D. RGB value is (175,137,61). Sum of RGB (Red+Green+Blue) = 175+137+61=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF893D is #5076C2. Grayscale: #8C8C8C. Windows color (decimal): -5273283 or 4032943. OLE color: 4032943.

HSL color Cylindrical-coordinate representation of color #AF893D: hue angle of 40º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF893D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 61 -
CMYK 0 0.22 0.65 0.31
HSL 40º 0.48% 0.46% -
HSV(B) 40º 0.65% 0.69% -
XYZ 27.47 27.34 8.24 -
YUV 139.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 175 137 61 0 0.22 0.65 0.31 40 0.48 0.46
Hex AF 89 3D 0 16 41 1F 28 30 2E
Octal 257 211 75 0 26 101 37 50 60 56
Binary 10101111 10001001 111101 0 10110 1000001 11111 101000 110000 101110

Color Harmonies of #AF893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF893D

Black with #AF893D

Text Example


Text Example

White with #AF893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF893D; }

 p { color: rgb(175,137,61); }

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

background-color css

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

 a { background-color: rgb(175,137,61); }

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

border-color css

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

 span { border-color: rgb(175,137,61); }

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