Html Css Color HEX #AF8634 Alpine

📋 copy color: '#AF8634'

red 175 ◦ green 134 ◦ blue 52

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

Shades of Alpine #AF8634

Tints of Alpine #AF8634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 48.48%
G = 37.12%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8634 (or 0xAF8634) is known color: Alpine. HEX triplet: AF, 86 and 34. RGB value is (175,134,52). Sum of RGB (Red+Green+Blue) = 175+134+52=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8634 is #5079CB. Grayscale: #898989. Windows color (decimal): -5274060 or 3442351. OLE color: 3442351.

HSL color Cylindrical-coordinate representation of color #AF8634: hue angle of 40º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8634 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 52 -
CMYK 0 0.23 0.70 0.31
HSL 40º 0.54% 0.45% -
HSV(B) 40º 0.7% 0.69% -
XYZ 26.82 26.41 6.93 -
YUV 136.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 175 134 52 0 0.23 0.70 0.31 40 0.54 0.45
Hex AF 86 34 0 17 46 1F 28 36 2D
Octal 257 206 64 0 27 106 37 50 66 55
Binary 10101111 10000110 110100 0 10111 1000110 11111 101000 110110 101101

Color Harmonies of #AF8634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8634

Black with #AF8634

Text Example


Text Example

White with #AF8634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8634; }

 p { color: rgb(175,134,52); }

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

background-color css

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

 a { background-color: rgb(175,134,52); }

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

border-color css

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

 span { border-color: rgb(175,134,52); }

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