Html Css Color HEX #AF8730 Alpine

📋 copy color: '#AF8730'

red 175 ◦ green 135 ◦ blue 48

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

Shades of Alpine #AF8730

Tints of Alpine #AF8730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 48.88%
G = 37.71%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8730 (or 0xAF8730) is known color: Alpine. HEX triplet: AF, 87 and 30. RGB value is (175,135,48). Sum of RGB (Red+Green+Blue) = 175+135+48=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8730 is #5078CF. Grayscale: #898989. Windows color (decimal): -5273808 or 3180463. OLE color: 3180463.

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

Color convert

RGB 175 135 48 -
CMYK 0 0.23 0.73 0.31
HSL 41.1º 0.57% 0.44% -
HSV(B) 41.1º 0.73% 0.69% -
XYZ 26.88 26.66 6.52 -
YUV 137.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 175 135 48 0 0.23 0.73 0.31 41.1 0.57 0.44
Hex AF 87 30 0 17 49 1F 29 39 2C
Octal 257 207 60 0 27 111 37 51 71 54
Binary 10101111 10000111 110000 0 10111 1001001 11111 101001 111001 101100

Color Harmonies of #AF8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8730

Black with #AF8730

Text Example


Text Example

White with #AF8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8730; }

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

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

background-color css

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

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

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

border-color css

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

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

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