Html Css Color HEX #AF8038 Alpine

📋 copy color: '#AF8038'

red 175 ◦ green 128 ◦ blue 56

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

Shades of Alpine #AF8038

Tints of Alpine #AF8038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

 BLUE value IS 56 (22.27% from 255) = 15.6%

R = 48.75%
G = 35.65%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF8038 (or 0xAF8038) is known color: Alpine. HEX triplet: AF, 80 and 38. RGB value is (175,128,56). Sum of RGB (Red+Green+Blue) = 175+128+56=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8038 is #507FC7. Grayscale: #868686. Windows color (decimal): -5275592 or 3702959. OLE color: 3702959.

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

Color convert

RGB 175 128 56 -
CMYK 0 0.27 0.68 0.31
HSL 36.3º 0.52% 0.45% -
HSV(B) 36.3º 0.68% 0.69% -
XYZ 26.11 24.84 7.16 -
YUV 133.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 175 128 56 0 0.27 0.68 0.31 36.3 0.52 0.45
Hex AF 80 38 0 1B 44 1F 24 34 2D
Octal 257 200 70 0 33 104 37 44 64 55
Binary 10101111 10000000 111000 0 11011 1000100 11111 100100 110100 101101

Color Harmonies of #AF8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8038

Black with #AF8038

Text Example


Text Example

White with #AF8038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8038; }

 p { color: rgb(175,128,56); }

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

background-color css

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

 a { background-color: rgb(175,128,56); }

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

border-color css

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

 span { border-color: rgb(175,128,56); }

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