Html Css Color HEX #AF841F Hacienda

📋 copy color: '#AF841F'

red 175 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #AF841F

Tints of Hacienda #AF841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 51.78%
G = 39.05%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF841F (or 0xAF841F) is known color: Hacienda. HEX triplet: AF, 84 and 1F. RGB value is (175,132,31). Sum of RGB (Red+Green+Blue) = 175+132+31=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF841F is #507BE0. Grayscale: #858585. Windows color (decimal): -5274593 or 2065583. OLE color: 2065583.

HSL color Cylindrical-coordinate representation of color #AF841F: hue angle of 42.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF841F is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 31 -
CMYK 0 0.25 0.82 0.31
HSL 42.08º 0.7% 0.4% -
HSV(B) 42.08º 0.82% 0.69% -
XYZ 26.18 25.72 4.88 -
YUV 133.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 175 132 31 0 0.25 0.82 0.31 42.08 0.7 0.4
Hex AF 84 1F 0 19 52 1F 2A 46 28
Octal 257 204 37 0 31 122 37 52 106 50
Binary 10101111 10000100 11111 0 11001 1010010 11111 101010 1000110 101000

Color Harmonies of #AF841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF841F

Black with #AF841F

Text Example


Text Example

White with #AF841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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