Html Css Color HEX #A38A30 Reef Gold

📋 copy color: '#A38A30'

red 163 ◦ green 138 ◦ blue 48

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

Shades of Reef Gold #A38A30

Tints of Reef Gold #A38A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

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

R = 46.7%
G = 39.54%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A38A30 (or 0xA38A30) is known color: Reef Gold. HEX triplet: A3, 8A and 30. RGB value is (163,138,48). Sum of RGB (Red+Green+Blue) = 163+138+48=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A30 is #5C75CF. Grayscale: #878787. Windows color (decimal): -6059472 or 3181219. OLE color: 3181219.

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

Color convert

RGB 163 138 48 -
CMYK 0 0.15 0.71 0.36
HSL 46.96º 0.55% 0.41% -
HSV(B) 46.96º 0.71% 0.64% -
XYZ 24.73 26.18 6.55 -
YUV 135.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 163 138 48 0 0.15 0.71 0.36 46.96 0.55 0.41
Hex A3 8A 30 0 F 47 24 2F 37 29
Octal 243 212 60 0 17 107 44 57 67 51
Binary 10100011 10001010 110000 0 1111 1000111 100100 101111 110111 101001

Color Harmonies of #A38A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A30

Black with #A38A30

Text Example


Text Example

White with #A38A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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