Html Css Color HEX #AF8744 Alpine

📋 copy color: '#AF8744'

red 175 ◦ green 135 ◦ blue 68

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

Shades of Alpine #AF8744

Tints of Alpine #AF8744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 46.3%
G = 35.71%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8744 (or 0xAF8744) is known color: Alpine. HEX triplet: AF, 87 and 44. RGB value is (175,135,68). Sum of RGB (Red+Green+Blue) = 175+135+68=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8744 is #5078BB. Grayscale: #8B8B8B. Windows color (decimal): -5273788 or 4491183. OLE color: 4491183.

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

Color convert

RGB 175 135 68 -
CMYK 0 0.23 0.61 0.31
HSL 37.57º 0.44% 0.48% -
HSV(B) 37.57º 0.61% 0.69% -
XYZ 27.39 26.86 9.21 -
YUV 139.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 175 135 68 0 0.23 0.61 0.31 37.57 0.44 0.48
Hex AF 87 44 0 17 3D 1F 26 2C 30
Octal 257 207 104 0 27 75 37 46 54 60
Binary 10101111 10000111 1000100 0 10111 111101 11111 100110 101100 110000

Color Harmonies of #AF8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8744

Black with #AF8744

Text Example


Text Example

White with #AF8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8744; }

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

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

background-color css

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

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

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

border-color css

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

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

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