Html Css Color HEX #AF9138 Reef Gold

📋 copy color: '#AF9138'

red 175 ◦ green 145 ◦ blue 56

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

Shades of Reef Gold #AF9138

Tints of Reef Gold #AF9138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 46.54%
G = 38.56%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF9138 (or 0xAF9138) is known color: Reef Gold. HEX triplet: AF, 91 and 38. RGB value is (175,145,56). Sum of RGB (Red+Green+Blue) = 175+145+56=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9138 is #506EC7. Grayscale: #909090. Windows color (decimal): -5271240 or 3707311. OLE color: 3707311.

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

Color convert

RGB 175 145 56 -
CMYK 0 0.17 0.68 0.31
HSL 44.87º 0.52% 0.45% -
HSV(B) 44.87º 0.68% 0.69% -
XYZ 28.52 29.65 7.96 -
YUV 143.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 175 145 56 0 0.17 0.68 0.31 44.87 0.52 0.45
Hex AF 91 38 0 11 44 1F 2D 34 2D
Octal 257 221 70 0 21 104 37 55 64 55
Binary 10101111 10010001 111000 0 10001 1000100 11111 101101 110100 101101

Color Harmonies of #AF9138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9138

Black with #AF9138

Text Example


Text Example

White with #AF9138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9138; }

 p { color: rgb(175,145,56); }

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

background-color css

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

 a { background-color: rgb(175,145,56); }

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

border-color css

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

 span { border-color: rgb(175,145,56); }

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