Html Css Color HEX #AF8D35 Reef Gold

📋 copy color: '#AF8D35'

red 175 ◦ green 141 ◦ blue 53

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

Shades of Reef Gold #AF8D35

Tints of Reef Gold #AF8D35

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

 BLUE value IS 53 (21.09% from 255) = 14.36%

R = 47.43%
G = 38.21%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8D35 (or 0xAF8D35) is known color: Reef Gold. HEX triplet: AF, 8D and 35. RGB value is (175,141,53). Sum of RGB (Red+Green+Blue) = 175+141+53=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D35 is #5072CA. Grayscale: #8D8D8D. Windows color (decimal): -5272267 or 3509679. OLE color: 3509679.

HSL color Cylindrical-coordinate representation of color #AF8D35: hue angle of 43.28º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8D35 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 53 -
CMYK 0 0.19 0.70 0.31
HSL 43.28º 0.54% 0.45% -
HSV(B) 43.28º 0.7% 0.69% -
XYZ 27.85 28.42 7.39 -
YUV 141.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 175 141 53 0 0.19 0.70 0.31 43.28 0.54 0.45
Hex AF 8D 35 0 13 46 1F 2B 36 2D
Octal 257 215 65 0 23 106 37 53 66 55
Binary 10101111 10001101 110101 0 10011 1000110 11111 101011 110110 101101

Color Harmonies of #AF8D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D35

Black with #AF8D35

Text Example


Text Example

White with #AF8D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D35; }

 p { color: rgb(175,141,53); }

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

background-color css

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

 a { background-color: rgb(175,141,53); }

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

border-color css

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

 span { border-color: rgb(175,141,53); }

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