Html Css Color HEX #A39038 Reef Gold

📋 copy color: '#A39038'

red 163 ◦ green 144 ◦ blue 56

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

Shades of Reef Gold #A39038

Tints of Reef Gold #A39038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 44.9%
G = 39.67%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A39038 (or 0xA39038) is known color: Reef Gold. HEX triplet: A3, 90 and 38. RGB value is (163,144,56). Sum of RGB (Red+Green+Blue) = 163+144+56=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A39038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39038 is #5C6FC7. Grayscale: #8C8C8C. Windows color (decimal): -6057928 or 3707043. OLE color: 3707043.

HSL color Cylindrical-coordinate representation of color #A39038: hue angle of 49.35º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A39038 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 56 -
CMYK 0 0.12 0.66 0.36
HSL 49.35º 0.49% 0.43% -
HSV(B) 49.35º 0.66% 0.64% -
XYZ 25.79 28.02 7.79 -
YUV 139.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 163 144 56 0 0.12 0.66 0.36 49.35 0.49 0.43
Hex A3 90 38 0 C 42 24 31 31 2B
Octal 243 220 70 0 14 102 44 61 61 53
Binary 10100011 10010000 111000 0 1100 1000010 100100 110001 110001 101011

Color Harmonies of #A39038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39038

Black with #A39038

Text Example


Text Example

White with #A39038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39038; }

 p { color: rgb(163,144,56); }

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

background-color css

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

 a { background-color: rgb(163,144,56); }

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

border-color css

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

 span { border-color: rgb(163,144,56); }

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