Html Css Color HEX #A38D30 Reef Gold

📋 copy color: '#A38D30'

red 163 ◦ green 141 ◦ blue 48

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

Shades of Reef Gold #A38D30

Tints of Reef Gold #A38D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

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

R = 46.31%
G = 40.06%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A38D30 (or 0xA38D30) is known color: Reef Gold. HEX triplet: A3, 8D and 30. RGB value is (163,141,48). Sum of RGB (Red+Green+Blue) = 163+141+48=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D30 is #5C72CF. Grayscale: #898989. Windows color (decimal): -6058704 or 3181987. OLE color: 3181987.

HSL color Cylindrical-coordinate representation of color #A38D30: hue angle of 48.52º 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 #A38D30 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 141 48 -
CMYK 0 0.13 0.71 0.36
HSL 48.52º 0.55% 0.41% -
HSV(B) 48.52º 0.71% 0.64% -
XYZ 25.16 27.05 6.69 -
YUV 136.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 163 141 48 0 0.13 0.71 0.36 48.52 0.55 0.41
Hex A3 8D 30 0 D 47 24 31 37 29
Octal 243 215 60 0 15 107 44 61 67 51
Binary 10100011 10001101 110000 0 1101 1000111 100100 110001 110111 101001

Color Harmonies of #A38D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D30

Black with #A38D30

Text Example


Text Example

White with #A38D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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