Html Css Color HEX #A38D34 Reef Gold

📋 copy color: '#A38D34'

red 163 ◦ green 141 ◦ blue 52

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

Shades of Reef Gold #A38D34

Tints of Reef Gold #A38D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 45.79%
G = 39.61%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A38D34 (or 0xA38D34) is known color: Reef Gold. HEX triplet: A3, 8D and 34. RGB value is (163,141,52). Sum of RGB (Red+Green+Blue) = 163+141+52=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D34 is #5C72CB. Grayscale: #898989. Windows color (decimal): -6058700 or 3444131. OLE color: 3444131.

HSL color Cylindrical-coordinate representation of color #A38D34: hue angle of 48.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A38D34 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 141 52 -
CMYK 0 0.13 0.68 0.36
HSL 48.11º 0.52% 0.42% -
HSV(B) 48.11º 0.68% 0.64% -
XYZ 25.25 27.08 7.15 -
YUV 137.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 163 141 52 0 0.13 0.68 0.36 48.11 0.52 0.42
Hex A3 8D 34 0 D 44 24 30 34 2A
Octal 243 215 64 0 15 104 44 60 64 52
Binary 10100011 10001101 110100 0 1101 1000100 100100 110000 110100 101010

Color Harmonies of #A38D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D34

Black with #A38D34

Text Example


Text Example

White with #A38D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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