Html Css Color HEX #AF9334 Reef Gold

📋 copy color: '#AF9334'

red 175 ◦ green 147 ◦ blue 52

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

Shades of Reef Gold #AF9334

Tints of Reef Gold #AF9334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 46.79%
G = 39.3%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF9334 (or 0xAF9334) is known color: Reef Gold. HEX triplet: AF, 93 and 34. RGB value is (175,147,52). Sum of RGB (Red+Green+Blue) = 175+147+52=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9334 is #506CCB. Grayscale: #909090. Windows color (decimal): -5270732 or 3445679. OLE color: 3445679.

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

Color convert

RGB 175 147 52 -
CMYK 0 0.16 0.70 0.31
HSL 46.34º 0.54% 0.45% -
HSV(B) 46.34º 0.7% 0.69% -
XYZ 28.73 30.23 7.57 -
YUV 144.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 175 147 52 0 0.16 0.70 0.31 46.34 0.54 0.45
Hex AF 93 34 0 10 46 1F 2E 36 2D
Octal 257 223 64 0 20 106 37 56 66 55
Binary 10101111 10010011 110100 0 10000 1000110 11111 101110 110110 101101

Color Harmonies of #AF9334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9334

Black with #AF9334

Text Example


Text Example

White with #AF9334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9334; }

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

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

background-color css

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

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

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

border-color css

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

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

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