Html Css Color HEX #AF853A Alpine

📋 copy color: '#AF853A'

red 175 ◦ green 133 ◦ blue 58

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

Shades of Alpine #AF853A

Tints of Alpine #AF853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 47.81%
G = 36.34%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF853A (or 0xAF853A) is known color: Alpine. HEX triplet: AF, 85 and 3A. RGB value is (175,133,58). Sum of RGB (Red+Green+Blue) = 175+133+58=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF853A is #507AC5. Grayscale: #898989. Windows color (decimal): -5274310 or 3835311. OLE color: 3835311.

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

Color convert

RGB 175 133 58 -
CMYK 0 0.24 0.67 0.31
HSL 38.46º 0.5% 0.46% -
HSV(B) 38.46º 0.67% 0.69% -
XYZ 26.83 26.19 7.64 -
YUV 137.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 175 133 58 0 0.24 0.67 0.31 38.46 0.5 0.46
Hex AF 85 3A 0 18 43 1F 26 32 2E
Octal 257 205 72 0 30 103 37 46 62 56
Binary 10101111 10000101 111010 0 11000 1000011 11111 100110 110010 101110

Color Harmonies of #AF853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF853A

Black with #AF853A

Text Example


Text Example

White with #AF853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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