Html Css Color HEX #A39330 Reef Gold

📋 copy color: '#A39330'

red 163 ◦ green 147 ◦ blue 48

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

Shades of Reef Gold #A39330

Tints of Reef Gold #A39330

RGB

 RED value IS 163 (64.06% from 255) = 45.53%

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

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 45.53%
G = 41.06%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A39330 (or 0xA39330) is known color: Reef Gold. HEX triplet: A3, 93 and 30. RGB value is (163,147,48). Sum of RGB (Red+Green+Blue) = 163+147+48=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A39330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39330 is #5C6CCF. Grayscale: #8C8C8C. Windows color (decimal): -6057168 or 3183523. OLE color: 3183523.

HSL color Cylindrical-coordinate representation of color #A39330: hue angle of 51.65º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A39330 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 48 -
CMYK 0 0.10 0.71 0.36
HSL 51.65º 0.55% 0.41% -
HSV(B) 51.65º 0.71% 0.64% -
XYZ 26.07 28.87 6.99 -
YUV 140.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 163 147 48 0 0.10 0.71 0.36 51.65 0.55 0.41
Hex A3 93 30 0 A 47 24 34 37 29
Octal 243 223 60 0 12 107 44 64 67 51
Binary 10100011 10010011 110000 0 1010 1000111 100100 110100 110111 101001

Color Harmonies of #A39330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39330

Black with #A39330

Text Example


Text Example

White with #A39330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39330; }

 p { color: rgb(163,147,48); }

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

background-color css

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

 a { background-color: rgb(163,147,48); }

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

border-color css

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

 span { border-color: rgb(163,147,48); }

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