Html Css Color HEX #AF7F3C Alpine

📋 copy color: '#AF7F3C'

red 175 ◦ green 127 ◦ blue 60

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

Shades of Alpine #AF7F3C

Tints of Alpine #AF7F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 48.34%
G = 35.08%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF7F3C (or 0xAF7F3C) is known color: Alpine. HEX triplet: AF, 7F and 3C. RGB value is (175,127,60). Sum of RGB (Red+Green+Blue) = 175+127+60=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F3C is #5080C3. Grayscale: #868686. Windows color (decimal): -5275844 or 3964847. OLE color: 3964847.

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

Color convert

RGB 175 127 60 -
CMYK 0 0.27 0.66 0.31
HSL 34.96º 0.49% 0.46% -
HSV(B) 34.96º 0.66% 0.69% -
XYZ 26.08 24.62 7.65 -
YUV 133.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 175 127 60 0 0.27 0.66 0.31 34.96 0.49 0.46
Hex AF 7F 3C 0 1B 42 1F 23 31 2E
Octal 257 177 74 0 33 102 37 43 61 56
Binary 10101111 1111111 111100 0 11011 1000010 11111 100011 110001 101110

Color Harmonies of #AF7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F3C

Black with #AF7F3C

Text Example


Text Example

White with #AF7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F3C; }

 p { color: rgb(175,127,60); }

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

background-color css

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

 a { background-color: rgb(175,127,60); }

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

border-color css

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

 span { border-color: rgb(175,127,60); }

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