Html Css Color HEX #AF8A33 Alpine

📋 copy color: '#AF8A33'

red 175 ◦ green 138 ◦ blue 51

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

Shades of Alpine #AF8A33

Tints of Alpine #AF8A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 51 (20.31% from 255) = 14.01%

R = 48.08%
G = 37.91%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8A33 (or 0xAF8A33) is known color: Alpine. HEX triplet: AF, 8A and 33. RGB value is (175,138,51). Sum of RGB (Red+Green+Blue) = 175+138+51=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A33 is #5075CC. Grayscale: #8B8B8B. Windows color (decimal): -5273037 or 3377839. OLE color: 3377839.

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

Color convert

RGB 175 138 51 -
CMYK 0 0.21 0.71 0.31
HSL 42.1º 0.55% 0.44% -
HSV(B) 42.1º 0.71% 0.69% -
XYZ 27.37 27.53 7 -
YUV 139.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 175 138 51 0 0.21 0.71 0.31 42.1 0.55 0.44
Hex AF 8A 33 0 15 47 1F 2A 37 2C
Octal 257 212 63 0 25 107 37 52 67 54
Binary 10101111 10001010 110011 0 10101 1000111 11111 101010 110111 101100

Color Harmonies of #AF8A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A33

Black with #AF8A33

Text Example


Text Example

White with #AF8A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A33; }

 p { color: rgb(175,138,51); }

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

background-color css

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

 a { background-color: rgb(175,138,51); }

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

border-color css

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

 span { border-color: rgb(175,138,51); }

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