Html Css Color HEX #A38C31 Reef Gold

📋 copy color: '#A38C31'

red 163 ◦ green 140 ◦ blue 49

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

Shades of Reef Gold #A38C31

Tints of Reef Gold #A38C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.77%

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 46.31%
G = 39.77%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A38C31 (or 0xA38C31) is known color: Reef Gold. HEX triplet: A3, 8C and 31. RGB value is (163,140,49). Sum of RGB (Red+Green+Blue) = 163+140+49=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C31 is #5C73CE. Grayscale: #888888. Windows color (decimal): -6058959 or 3247267. OLE color: 3247267.

HSL color Cylindrical-coordinate representation of color #A38C31: hue angle of 47.89º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A38C31 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 140 49 -
CMYK 0 0.14 0.70 0.36
HSL 47.89º 0.54% 0.42% -
HSV(B) 47.89º 0.7% 0.64% -
XYZ 25.04 26.76 6.75 -
YUV 136.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 163 140 49 0 0.14 0.70 0.36 47.89 0.54 0.42
Hex A3 8C 31 0 E 46 24 30 36 2A
Octal 243 214 61 0 16 106 44 60 66 52
Binary 10100011 10001100 110001 0 1110 1000110 100100 110000 110110 101010

Color Harmonies of #A38C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C31

Black with #A38C31

Text Example


Text Example

White with #A38C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C31; }

 p { color: rgb(163,140,49); }

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

background-color css

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

 a { background-color: rgb(163,140,49); }

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

border-color css

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

 span { border-color: rgb(163,140,49); }

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