Html Css Color HEX #AF9338 Reef Gold

📋 copy color: '#AF9338'

red 175 ◦ green 147 ◦ blue 56

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

Shades of Reef Gold #AF9338

Tints of Reef Gold #AF9338

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 46.3%
G = 38.89%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF9338 (or 0xAF9338) is known color: Reef Gold. HEX triplet: AF, 93 and 38. RGB value is (175,147,56). Sum of RGB (Red+Green+Blue) = 175+147+56=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9338 is #506CC7. Grayscale: #919191. Windows color (decimal): -5270728 or 3707823. OLE color: 3707823.

HSL color Cylindrical-coordinate representation of color #AF9338: hue angle of 45.88º 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 #AF9338 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 56 -
CMYK 0 0.16 0.68 0.31
HSL 45.88º 0.52% 0.45% -
HSV(B) 45.88º 0.68% 0.69% -
XYZ 28.83 30.27 8.06 -
YUV 145 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 175 147 56 0 0.16 0.68 0.31 45.88 0.52 0.45
Hex AF 93 38 0 10 44 1F 2E 34 2D
Octal 257 223 70 0 20 104 37 56 64 55
Binary 10101111 10010011 111000 0 10000 1000100 11111 101110 110100 101101

Color Harmonies of #AF9338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9338

Black with #AF9338

Text Example


Text Example

White with #AF9338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9338; }

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

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

background-color css

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

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

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

border-color css

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

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

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