Html Css Color HEX #AF8430 Alpine

📋 copy color: '#AF8430'

red 175 ◦ green 132 ◦ blue 48

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

Shades of Alpine #AF8430

Tints of Alpine #AF8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 49.3%
G = 37.18%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8430 (or 0xAF8430) is known color: Alpine. HEX triplet: AF, 84 and 30. RGB value is (175,132,48). Sum of RGB (Red+Green+Blue) = 175+132+48=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8430 is #507BCF. Grayscale: #878787. Windows color (decimal): -5274576 or 3179695. OLE color: 3179695.

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

Color convert

RGB 175 132 48 -
CMYK 0 0.25 0.73 0.31
HSL 39.69º 0.57% 0.44% -
HSV(B) 39.69º 0.73% 0.69% -
XYZ 26.46 25.83 6.39 -
YUV 135.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 175 132 48 0 0.25 0.73 0.31 39.69 0.57 0.44
Hex AF 84 30 0 19 49 1F 28 39 2C
Octal 257 204 60 0 31 111 37 50 71 54
Binary 10101111 10000100 110000 0 11001 1001001 11111 101000 111001 101100

Color Harmonies of #AF8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8430

Black with #AF8430

Text Example


Text Example

White with #AF8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8430; }

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

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

background-color css

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

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

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

border-color css

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

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

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