Html Css Color HEX #AF8142 Marigold

📋 copy color: '#AF8142'

red 175 ◦ green 129 ◦ blue 66

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

Shades of Marigold #AF8142

Tints of Marigold #AF8142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 47.3%
G = 34.86%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF8142 (or 0xAF8142) is known color: Marigold. HEX triplet: AF, 81 and 42. RGB value is (175,129,66). Sum of RGB (Red+Green+Blue) = 175+129+66=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8142 is #507EBD. Grayscale: #878787. Windows color (decimal): -5275326 or 4358575. OLE color: 4358575.

HSL color Cylindrical-coordinate representation of color #AF8142: hue angle of 34.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF8142 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 66 -
CMYK 0 0.26 0.62 0.31
HSL 34.68º 0.45% 0.47% -
HSV(B) 34.68º 0.62% 0.69% -
XYZ 26.51 25.21 8.62 -
YUV 135.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 175 129 66 0 0.26 0.62 0.31 34.68 0.45 0.47
Hex AF 81 42 0 1A 3E 1F 23 2D 2F
Octal 257 201 102 0 32 76 37 43 55 57
Binary 10101111 10000001 1000010 0 11010 111110 11111 100011 101101 101111

Color Harmonies of #AF8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8142

Black with #AF8142

Text Example


Text Example

White with #AF8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8142; }

 p { color: rgb(175,129,66); }

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

background-color css

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

 a { background-color: rgb(175,129,66); }

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

border-color css

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

 span { border-color: rgb(175,129,66); }

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