Html Css Color HEX #AF841C Hacienda

📋 copy color: '#AF841C'

red 175 ◦ green 132 ◦ blue 28

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

Shades of Hacienda #AF841C

Tints of Hacienda #AF841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 52.24%
G = 39.4%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF841C (or 0xAF841C) is known color: Hacienda. HEX triplet: AF, 84 and 1C. RGB value is (175,132,28). Sum of RGB (Red+Green+Blue) = 175+132+28=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF841C is #507BE3. Grayscale: #858585. Windows color (decimal): -5274596 or 1868975. OLE color: 1868975.

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

Color convert

RGB 175 132 28 -
CMYK 0 0.25 0.84 0.31
HSL 42.45º 0.72% 0.4% -
HSV(B) 42.45º 0.84% 0.69% -
XYZ 26.14 25.7 4.68 -
YUV 133 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 175 132 28 0 0.25 0.84 0.31 42.45 0.72 0.4
Hex AF 84 1C 0 19 54 1F 2A 48 28
Octal 257 204 34 0 31 124 37 52 110 50
Binary 10101111 10000100 11100 0 11001 1010100 11111 101010 1001000 101000

Color Harmonies of #AF841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF841C

Black with #AF841C

Text Example


Text Example

White with #AF841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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