Html Css Color HEX #AF7F1E Hacienda

📋 copy color: '#AF7F1E'

red 175 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #AF7F1E

Tints of Hacienda #AF7F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 52.71%
G = 38.25%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF7F1E (or 0xAF7F1E) is known color: Hacienda. HEX triplet: AF, 7F and 1E. RGB value is (175,127,30). Sum of RGB (Red+Green+Blue) = 175+127+30=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F1E is #5080E1. Grayscale: #828282. Windows color (decimal): -5275874 or 1998767. OLE color: 1998767.

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

Color convert

RGB 175 127 30 -
CMYK 0 0.27 0.83 0.31
HSL 40.14º 0.71% 0.4% -
HSV(B) 40.14º 0.83% 0.69% -
XYZ 25.5 24.39 4.59 -
YUV 130.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 175 127 30 0 0.27 0.83 0.31 40.14 0.71 0.4
Hex AF 7F 1E 0 1B 53 1F 28 47 28
Octal 257 177 36 0 33 123 37 50 107 50
Binary 10101111 1111111 11110 0 11011 1010011 11111 101000 1000111 101000

Color Harmonies of #AF7F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F1E

Black with #AF7F1E

Text Example


Text Example

White with #AF7F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F1E; }

 p { color: rgb(175,127,30); }

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

background-color css

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

 a { background-color: rgb(175,127,30); }

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

border-color css

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

 span { border-color: rgb(175,127,30); }

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