Html Css Color HEX #AF813D Alpine

📋 copy color: '#AF813D'

red 175 ◦ green 129 ◦ blue 61

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

Shades of Alpine #AF813D

Tints of Alpine #AF813D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 47.95%
G = 35.34%
B = 16.71%

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

#AF813D (or 0xAF813D) is known color: Alpine. HEX triplet: AF, 81 and 3D. RGB value is (175,129,61). Sum of RGB (Red+Green+Blue) = 175+129+61=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF813D is #507EC2. Grayscale: #878787. Windows color (decimal): -5275331 or 4030895. OLE color: 4030895.

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

Color convert

RGB 175 129 61 -
CMYK 0 0.26 0.65 0.31
HSL 35.79º 0.48% 0.46% -
HSV(B) 35.79º 0.65% 0.69% -
XYZ 26.37 25.15 7.88 -
YUV 135 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 175 129 61 0 0.26 0.65 0.31 35.79 0.48 0.46
Hex AF 81 3D 0 1A 41 1F 24 30 2E
Octal 257 201 75 0 32 101 37 44 60 56
Binary 10101111 10000001 111101 0 11010 1000001 11111 100100 110000 101110

Color Harmonies of #AF813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF813D

Black with #AF813D

Text Example


Text Example

White with #AF813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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