Html Css Color HEX #AF8B3D Alpine

📋 copy color: '#AF8B3D'

red 175 ◦ green 139 ◦ blue 61

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

Shades of Alpine #AF8B3D

Tints of Alpine #AF8B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 46.67%
G = 37.07%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF8B3D (or 0xAF8B3D) is known color: Alpine. HEX triplet: AF, 8B and 3D. RGB value is (175,139,61). Sum of RGB (Red+Green+Blue) = 175+139+61=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B3D is #5074C2. Grayscale: #8D8D8D. Windows color (decimal): -5272771 or 4033455. OLE color: 4033455.

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

Color convert

RGB 175 139 61 -
CMYK 0 0.21 0.65 0.31
HSL 41.05º 0.48% 0.46% -
HSV(B) 41.05º 0.65% 0.69% -
XYZ 27.75 27.92 8.34 -
YUV 140.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 175 139 61 0 0.21 0.65 0.31 41.05 0.48 0.46
Hex AF 8B 3D 0 15 41 1F 29 30 2E
Octal 257 213 75 0 25 101 37 51 60 56
Binary 10101111 10001011 111101 0 10101 1000001 11111 101001 110000 101110

Color Harmonies of #AF8B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B3D

Black with #AF8B3D

Text Example


Text Example

White with #AF8B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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