Html Css Color HEX #AF852E Alpine

📋 copy color: '#AF852E'

red 175 ◦ green 133 ◦ blue 46

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

Shades of Alpine #AF852E

Tints of Alpine #AF852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 49.44%
G = 37.57%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF852E (or 0xAF852E) is known color: Alpine. HEX triplet: AF, 85 and 2E. RGB value is (175,133,46). Sum of RGB (Red+Green+Blue) = 175+133+46=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF852E is #507AD1. Grayscale: #888888. Windows color (decimal): -5274322 or 3048879. OLE color: 3048879.

HSL color Cylindrical-coordinate representation of color #AF852E: hue angle of 40.47º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF852E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 46 -
CMYK 0 0.24 0.74 0.31
HSL 40.47º 0.58% 0.43% -
HSV(B) 40.47º 0.74% 0.69% -
XYZ 26.56 26.09 6.22 -
YUV 135.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 175 133 46 0 0.24 0.74 0.31 40.47 0.58 0.43
Hex AF 85 2E 0 18 4A 1F 28 3A 2B
Octal 257 205 56 0 30 112 37 50 72 53
Binary 10101111 10000101 101110 0 11000 1001010 11111 101000 111010 101011

Color Harmonies of #AF852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF852E

Black with #AF852E

Text Example


Text Example

White with #AF852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF852E; }

 p { color: rgb(175,133,46); }

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

background-color css

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

 a { background-color: rgb(175,133,46); }

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

border-color css

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

 span { border-color: rgb(175,133,46); }

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