Html Css Color HEX #AF873F Alpine

📋 copy color: '#AF873F'

red 175 ◦ green 135 ◦ blue 63

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

Shades of Alpine #AF873F

Tints of Alpine #AF873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 63 (25% from 255) = 16.89%

R = 46.92%
G = 36.19%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF873F (or 0xAF873F) is known color: Alpine. HEX triplet: AF, 87 and 3F. RGB value is (175,135,63). Sum of RGB (Red+Green+Blue) = 175+135+63=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF873F is #5078C0. Grayscale: #8B8B8B. Windows color (decimal): -5273793 or 4163503. OLE color: 4163503.

HSL color Cylindrical-coordinate representation of color #AF873F: hue angle of 38.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF873F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 63 -
CMYK 0 0.23 0.64 0.31
HSL 38.57º 0.47% 0.47% -
HSV(B) 38.57º 0.64% 0.69% -
XYZ 27.24 26.8 8.44 -
YUV 138.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 175 135 63 0 0.23 0.64 0.31 38.57 0.47 0.47
Hex AF 87 3F 0 17 40 1F 27 2F 2F
Octal 257 207 77 0 27 100 37 47 57 57
Binary 10101111 10000111 111111 0 10111 1000000 11111 100111 101111 101111

Color Harmonies of #AF873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF873F

Black with #AF873F

Text Example


Text Example

White with #AF873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF873F; }

 p { color: rgb(175,135,63); }

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

background-color css

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

 a { background-color: rgb(175,135,63); }

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

border-color css

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

 span { border-color: rgb(175,135,63); }

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