Html Css Color HEX #AF8530 Alpine

📋 copy color: '#AF8530'

red 175 ◦ green 133 ◦ blue 48

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

Shades of Alpine #AF8530

Tints of Alpine #AF8530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 49.16%
G = 37.36%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8530 (or 0xAF8530) is known color: Alpine. HEX triplet: AF, 85 and 30. RGB value is (175,133,48). Sum of RGB (Red+Green+Blue) = 175+133+48=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8530 is #507ACF. Grayscale: #888888. Windows color (decimal): -5274320 or 3179951. OLE color: 3179951.

HSL color Cylindrical-coordinate representation of color #AF8530: hue angle of 40.16º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF8530 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 48 -
CMYK 0 0.24 0.73 0.31
HSL 40.16º 0.57% 0.44% -
HSV(B) 40.16º 0.73% 0.69% -
XYZ 26.6 26.1 6.43 -
YUV 135.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 175 133 48 0 0.24 0.73 0.31 40.16 0.57 0.44
Hex AF 85 30 0 18 49 1F 28 39 2C
Octal 257 205 60 0 30 111 37 50 71 54
Binary 10101111 10000101 110000 0 11000 1001001 11111 101000 111001 101100

Color Harmonies of #AF8530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8530

Black with #AF8530

Text Example


Text Example

White with #AF8530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8530; }

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

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

background-color css

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

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

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

border-color css

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

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

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