Html Css Color HEX #AF8538 Alpine

📋 copy color: '#AF8538'

red 175 ◦ green 133 ◦ blue 56

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

Shades of Alpine #AF8538

Tints of Alpine #AF8538

RGB

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

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

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

R = 48.08%
G = 36.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF8538 (or 0xAF8538) is known color: Alpine. HEX triplet: AF, 85 and 38. RGB value is (175,133,56). Sum of RGB (Red+Green+Blue) = 175+133+56=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8538 is #507AC7. Grayscale: #898989. Windows color (decimal): -5274312 or 3704239. OLE color: 3704239.

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

Color convert

RGB 175 133 56 -
CMYK 0 0.24 0.68 0.31
HSL 38.82º 0.52% 0.45% -
HSV(B) 38.82º 0.68% 0.69% -
XYZ 26.78 26.17 7.38 -
YUV 136.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 175 133 56 0 0.24 0.68 0.31 38.82 0.52 0.45
Hex AF 85 38 0 18 44 1F 27 34 2D
Octal 257 205 70 0 30 104 37 47 64 55
Binary 10101111 10000101 111000 0 11000 1000100 11111 100111 110100 101101

Color Harmonies of #AF8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8538

Black with #AF8538

Text Example


Text Example

White with #AF8538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8538; }

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

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

background-color css

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

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

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

border-color css

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

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

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