Html Css Color HEX #AF8630 Alpine

📋 copy color: '#AF8630'

red 175 ◦ green 134 ◦ blue 48

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

Shades of Alpine #AF8630

Tints of Alpine #AF8630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

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

R = 49.02%
G = 37.54%
B = 13.45%

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

#AF8630 (or 0xAF8630) is known color: Alpine. HEX triplet: AF, 86 and 30. RGB value is (175,134,48). Sum of RGB (Red+Green+Blue) = 175+134+48=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8630 is #5079CF. Grayscale: #888888. Windows color (decimal): -5274064 or 3180207. OLE color: 3180207.

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

Color convert

RGB 175 134 48 -
CMYK 0 0.23 0.73 0.31
HSL 40.63º 0.57% 0.44% -
HSV(B) 40.63º 0.73% 0.69% -
XYZ 26.74 26.38 6.48 -
YUV 136.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 175 134 48 0 0.23 0.73 0.31 40.63 0.57 0.44
Hex AF 86 30 0 17 49 1F 29 39 2C
Octal 257 206 60 0 27 111 37 51 71 54
Binary 10101111 10000110 110000 0 10111 1001001 11111 101001 111001 101100

Color Harmonies of #AF8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8630

Black with #AF8630

Text Example


Text Example

White with #AF8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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