Html Css Color HEX #AF813E Alpine

📋 copy color: '#AF813E'

red 175 ◦ green 129 ◦ blue 62

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

Shades of Alpine #AF813E

Tints of Alpine #AF813E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 47.81%
G = 35.25%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF813E (or 0xAF813E) is known color: Alpine. HEX triplet: AF, 81 and 3E. RGB value is (175,129,62). Sum of RGB (Red+Green+Blue) = 175+129+62=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF813E is #507EC1. Grayscale: #878787. Windows color (decimal): -5275330 or 4096431. OLE color: 4096431.

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

Color convert

RGB 175 129 62 -
CMYK 0 0.26 0.65 0.31
HSL 35.58º 0.48% 0.46% -
HSV(B) 35.58º 0.65% 0.69% -
XYZ 26.4 25.16 8.02 -
YUV 135.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 175 129 62 0 0.26 0.65 0.31 35.58 0.48 0.46
Hex AF 81 3E 0 1A 41 1F 24 30 2E
Octal 257 201 76 0 32 101 37 44 60 56
Binary 10101111 10000001 111110 0 11010 1000001 11111 100100 110000 101110

Color Harmonies of #AF813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF813E

Black with #AF813E

Text Example


Text Example

White with #AF813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF813E; }

 p { color: rgb(175,129,62); }

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

background-color css

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

 a { background-color: rgb(175,129,62); }

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

border-color css

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

 span { border-color: rgb(175,129,62); }

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