Html Css Color HEX #AF8434 Alpine

📋 copy color: '#AF8434'

red 175 ◦ green 132 ◦ blue 52

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

Shades of Alpine #AF8434

Tints of Alpine #AF8434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 48.75%
G = 36.77%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8434 (or 0xAF8434) is known color: Alpine. HEX triplet: AF, 84 and 34. RGB value is (175,132,52). Sum of RGB (Red+Green+Blue) = 175+132+52=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8434 is #507BCB. Grayscale: #888888. Windows color (decimal): -5274572 or 3441839. OLE color: 3441839.

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

Color convert

RGB 175 132 52 -
CMYK 0 0.25 0.70 0.31
HSL 39.02º 0.54% 0.45% -
HSV(B) 39.02º 0.7% 0.69% -
XYZ 26.55 25.86 6.84 -
YUV 135.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 175 132 52 0 0.25 0.70 0.31 39.02 0.54 0.45
Hex AF 84 34 0 19 46 1F 27 36 2D
Octal 257 204 64 0 31 106 37 47 66 55
Binary 10101111 10000100 110100 0 11001 1000110 11111 100111 110110 101101

Color Harmonies of #AF8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8434

Black with #AF8434

Text Example


Text Example

White with #AF8434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8434; }

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

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

background-color css

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

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

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

border-color css

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

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

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