Html Css Color HEX #AF8534 Alpine

📋 copy color: '#AF8534'

red 175 ◦ green 133 ◦ blue 52

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

Shades of Alpine #AF8534

Tints of Alpine #AF8534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 48.61%
G = 36.94%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8534 (or 0xAF8534) is known color: Alpine. HEX triplet: AF, 85 and 34. RGB value is (175,133,52). Sum of RGB (Red+Green+Blue) = 175+133+52=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8534 is #507ACB. Grayscale: #888888. Windows color (decimal): -5274316 or 3442095. OLE color: 3442095.

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

Color convert

RGB 175 133 52 -
CMYK 0 0.24 0.70 0.31
HSL 39.51º 0.54% 0.45% -
HSV(B) 39.51º 0.7% 0.69% -
XYZ 26.69 26.14 6.89 -
YUV 136.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 175 133 52 0 0.24 0.70 0.31 39.51 0.54 0.45
Hex AF 85 34 0 18 46 1F 28 36 2D
Octal 257 205 64 0 30 106 37 50 66 55
Binary 10101111 10000101 110100 0 11000 1000110 11111 101000 110110 101101

Color Harmonies of #AF8534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8534

Black with #AF8534

Text Example


Text Example

White with #AF8534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8534; }

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

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

background-color css

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

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

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

border-color css

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

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

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