Html Css Color HEX #AF8841 Alpine

📋 copy color: '#AF8841'

red 175 ◦ green 136 ◦ blue 65

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

Shades of Alpine #AF8841

Tints of Alpine #AF8841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 46.54%
G = 36.17%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF8841 (or 0xAF8841) is known color: Alpine. HEX triplet: AF, 88 and 41. RGB value is (175,136,65). Sum of RGB (Red+Green+Blue) = 175+136+65=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8841 is #5077BE. Grayscale: #8B8B8B. Windows color (decimal): -5273535 or 4294831. OLE color: 4294831.

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

Color convert

RGB 175 136 65 -
CMYK 0 0.22 0.63 0.31
HSL 38.73º 0.46% 0.47% -
HSV(B) 38.73º 0.63% 0.69% -
XYZ 27.44 27.1 8.79 -
YUV 139.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 175 136 65 0 0.22 0.63 0.31 38.73 0.46 0.47
Hex AF 88 41 0 16 3F 1F 27 2E 2F
Octal 257 210 101 0 26 77 37 47 56 57
Binary 10101111 10001000 1000001 0 10110 111111 11111 100111 101110 101111

Color Harmonies of #AF8841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8841

Black with #AF8841

Text Example


Text Example

White with #AF8841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8841; }

 p { color: rgb(175,136,65); }

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

background-color css

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

 a { background-color: rgb(175,136,65); }

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

border-color css

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

 span { border-color: rgb(175,136,65); }

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