Html Css Color HEX #AF8741 Alpine

📋 copy color: '#AF8741'

red 175 ◦ green 135 ◦ blue 65

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

Shades of Alpine #AF8741

Tints of Alpine #AF8741

RGB

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

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

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

R = 46.67%
G = 36%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF8741 (or 0xAF8741) is known color: Alpine. HEX triplet: AF, 87 and 41. RGB value is (175,135,65). Sum of RGB (Red+Green+Blue) = 175+135+65=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8741 is #5078BE. Grayscale: #8B8B8B. Windows color (decimal): -5273791 or 4294575. OLE color: 4294575.

HSL color Cylindrical-coordinate representation of color #AF8741: hue angle of 38.18º 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 #AF8741 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 65 -
CMYK 0 0.23 0.63 0.31
HSL 38.18º 0.46% 0.47% -
HSV(B) 38.18º 0.63% 0.69% -
XYZ 27.3 26.82 8.74 -
YUV 138.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 175 135 65 0 0.23 0.63 0.31 38.18 0.46 0.47
Hex AF 87 41 0 17 3F 1F 26 2E 2F
Octal 257 207 101 0 27 77 37 46 56 57
Binary 10101111 10000111 1000001 0 10111 111111 11111 100110 101110 101111

Color Harmonies of #AF8741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8741

Black with #AF8741

Text Example


Text Example

White with #AF8741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8741; }

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

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

background-color css

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

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

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

border-color css

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

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

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