Html Css Color HEX #AF8239 Alpine

📋 copy color: '#AF8239'

red 175 ◦ green 130 ◦ blue 57

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

Shades of Alpine #AF8239

Tints of Alpine #AF8239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 57 (22.66% from 255) = 15.75%

R = 48.34%
G = 35.91%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF8239 (or 0xAF8239) is known color: Alpine. HEX triplet: AF, 82 and 39. RGB value is (175,130,57). Sum of RGB (Red+Green+Blue) = 175+130+57=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8239 is #507DC6. Grayscale: #878787. Windows color (decimal): -5275079 or 3769007. OLE color: 3769007.

HSL color Cylindrical-coordinate representation of color #AF8239: hue angle of 37.12º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF8239 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 57 -
CMYK 0 0.26 0.67 0.31
HSL 37.12º 0.51% 0.45% -
HSV(B) 37.12º 0.67% 0.69% -
XYZ 26.4 25.37 7.38 -
YUV 135.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 175 130 57 0 0.26 0.67 0.31 37.12 0.51 0.45
Hex AF 82 39 0 1A 43 1F 25 33 2D
Octal 257 202 71 0 32 103 37 45 63 55
Binary 10101111 10000010 111001 0 11010 1000011 11111 100101 110011 101101

Color Harmonies of #AF8239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8239

Black with #AF8239

Text Example


Text Example

White with #AF8239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8239; }

 p { color: rgb(175,130,57); }

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

background-color css

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

 a { background-color: rgb(175,130,57); }

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

border-color css

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

 span { border-color: rgb(175,130,57); }

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